Commented unwanted lines
This commit is contained in:
@@ -405,9 +405,9 @@ class CreatePalletValidation extends CreateRecord
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$count = PalletValidation::where('plant_id', $plantId)
|
// $count = PalletValidation::where('plant_id', $plantId)
|
||||||
->where('pallet_number', $palletNumber)
|
// ->where('pallet_number', $palletNumber)
|
||||||
->count('pallet_number');
|
// ->count('pallet_number');
|
||||||
|
|
||||||
if (!$isCompleted)
|
if (!$isCompleted)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user