Removed unused commented code
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
This commit is contained in:
@@ -77,14 +77,6 @@ class ProductionStickerReprintController extends Controller
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// if ($item->category == 'Submersible Motor')
|
|
||||||
// {
|
|
||||||
// $copies = 1;
|
|
||||||
// }
|
|
||||||
// elseif ($item->category == 'Submersible Pump')
|
|
||||||
// {
|
|
||||||
// $copies = 1;
|
|
||||||
// }
|
|
||||||
$copies = 1;
|
$copies = 1;
|
||||||
|
|
||||||
if ($serialNumberRaw) {
|
if ($serialNumberRaw) {
|
||||||
|
|||||||
Reference in New Issue
Block a user