Commented unwanted lines
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user