solved bug in notification attempt null in wire master packing
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 16s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 19s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 17s
Laravel Pint / pint (pull_request) Successful in 2m14s
Laravel Larastan / larastan (pull_request) Failing after 3m48s

This commit is contained in:
dhanabalan
2026-07-23 12:27:04 +05:30
parent 6f9b19289a
commit edbbe138a3

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();