Commented success message
This commit is contained in:
@@ -253,11 +253,11 @@ class CreatePalletValidation extends CreateRecord
|
||||
|
||||
if ($record)
|
||||
{
|
||||
Notification::make()
|
||||
->title("Scanned serial number '{$serialNumber}' successfully inserted into pallet table!<br>Scan the next new serial number to proceed...")
|
||||
->success()
|
||||
->duration(600)
|
||||
->send();
|
||||
// Notification::make()
|
||||
// ->title("Scanned serial number '{$serialNumber}' successfully inserted into pallet table!<br>Scan the next new serial number to proceed...")
|
||||
// ->success()
|
||||
// ->duration(600)
|
||||
// ->send();
|
||||
|
||||
$this->snoCount = PalletValidation::where('plant_id', $plantId)
|
||||
->where('pallet_number', $palletNumber)
|
||||
@@ -683,11 +683,11 @@ class CreatePalletValidation extends CreateRecord
|
||||
|
||||
if ($deleted)
|
||||
{
|
||||
Notification::make()
|
||||
->title("Scanned serial number '$serialNumber' successfully removed from pallet table!<br>Scan the next exist serial number to remove...")
|
||||
->success()
|
||||
->duration(600)
|
||||
->send();
|
||||
// Notification::make()
|
||||
// ->title("Scanned serial number '$serialNumber' successfully removed from pallet table!<br>Scan the next exist serial number to remove...")
|
||||
// ->success()
|
||||
// ->duration(600)
|
||||
// ->send();
|
||||
|
||||
$this->snoCount = PalletValidation::where('plant_id', $plantId)
|
||||
->where('pallet_number', $palletNumber)
|
||||
|
||||
Reference in New Issue
Block a user