1
0
forked from poc/pds

Changed msg for scanned weight and allowed quantity for wire master packing

This commit is contained in:
dhanabalan
2026-05-15 12:53:27 +05:30
parent 2431f73571
commit 447c0a73a0

View File

@@ -259,7 +259,7 @@ class CreateWireMasterPacking extends CreateRecord
{
Notification::make()
->title("Scanned Weight Exceeds PO Quantity")
->body("Scanned weight '$weight' exceeds allowed quantity '{$customerPoRecord->quantity}' for PO '$customerPo' and Item '$materialCode'")
->body("Scanned weight '$weight' and already scanned weight '$alreadyScannedQty' exceeds allowed quantity '{$customerPoRecord->quantity}' for PO '$customerPoName' and Item '$materialCode'")
->danger()
->duration(5000)
->send();