changed logic in wire master print #801

Merged
jothi merged 1 commits from ranjith-dev into master 2026-07-06 06:30:07 +00:00

View File

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