Merge pull request 'solved bug in notification attempt null in wire master packing' (#852) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 24s

Reviewed-on: #852
This commit was merged in pull request #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();