Compare commits
2 Commits
64af602434
...
b5392c822e
| Author | SHA1 | Date | |
|---|---|---|---|
| b5392c822e | |||
|
|
60eb3c05a5 |
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user