1
0
forked from poc/pds

Added pallet in wire master print page

This commit is contained in:
dhanabalan
2026-07-06 12:06:56 +05:30
parent ccd06a4b6e
commit 60eb3c05a5

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)