1
0
forked from poc/pds

changed logic in wire master print

This commit is contained in:
dhanabalan
2026-07-06 11:59:49 +05:30
parent 0d6ced5f63
commit ccd06a4b6e

View File

@@ -166,7 +166,6 @@ 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)