1
0
forked from poc/pds

Commented unwanted lines

This commit is contained in:
dhanabalan
2025-07-05 18:33:42 +05:30
parent de0de426f0
commit 08b142e70f

View File

@@ -405,9 +405,9 @@ class CreatePalletValidation extends CreateRecord
return;
}
$count = PalletValidation::where('plant_id', $plantId)
->where('pallet_number', $palletNumber)
->count('pallet_number');
// $count = PalletValidation::where('plant_id', $plantId)
// ->where('pallet_number', $palletNumber)
// ->count('pallet_number');
if (!$isCompleted)
{