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