Added pallet in wire master print page #802

Merged
jothi merged 1 commits from ranjith-dev into master 2026-07-06 06:37:10 +00:00
Showing only changes of commit 60eb3c05a5 - Show all commits

View File

@@ -166,6 +166,7 @@ class PalletPrintController extends Controller
$customerPo = $request->query('customer');
$itemId = WireMasterPacking::where('plant_id', $plant)
->where('wire_packing_number', $pallet)
->value('item_id');
$customerPoIds = CustomerPoMaster::where('plant_id', $plant)