1
0
forked from poc/pds

Merge pull request 'solved bug in notification attempt null in wire master packing' (#852) from ranjith-dev into master

Reviewed-on: poc/pds#852
This commit is contained in:
2026-07-23 06:57:26 +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();