Merge pull request 'Added pallet in wire master print page' (#802) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 34s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 34s
Reviewed-on: #802
This commit was merged in pull request #802.
This commit is contained in:
@@ -166,6 +166,7 @@ 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