solved bug in notification attempt null in wire master packing #852

Merged
jothi merged 1 commits from ranjith-dev into master 2026-07-23 06:57:27 +00:00

View File

@@ -227,7 +227,7 @@ class CreateWireMasterPacking extends CreateRecord
{
Notification::make()
->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()
->duration(5000)
->send();