solved bug in notification attempt null in wire master packing #852
@@ -227,7 +227,7 @@ class CreateWireMasterPacking extends CreateRecord
|
|||||||
{
|
{
|
||||||
Notification::make()
|
Notification::make()
|
||||||
->title("PO Not Found")
|
->title("PO Not Found")
|
||||||
->body("Customer PO '$customerPoRecord->customer_po' for Item '$materialCode' not found against Plant '$plantcode'")
|
->body("Customer PO '$customerPo' for Item '$materialCode' not found against Plant '$plantcode'")
|
||||||
->danger()
|
->danger()
|
||||||
->duration(5000)
|
->duration(5000)
|
||||||
->send();
|
->send();
|
||||||
|
|||||||
Reference in New Issue
Block a user