From 447c0a73a0cb6f77b0d14cbc917131cb91e0f2d0 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 15 May 2026 12:53:27 +0530 Subject: [PATCH] Changed msg for scanned weight and allowed quantity for wire master packing --- .../WireMasterPackingResource/Pages/CreateWireMasterPacking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Resources/WireMasterPackingResource/Pages/CreateWireMasterPacking.php b/app/Filament/Resources/WireMasterPackingResource/Pages/CreateWireMasterPacking.php index 71123a5..47ce268 100644 --- a/app/Filament/Resources/WireMasterPackingResource/Pages/CreateWireMasterPacking.php +++ b/app/Filament/Resources/WireMasterPackingResource/Pages/CreateWireMasterPacking.php @@ -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();