mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Merge branch 'dillon/92-fix-multiple-errors' into vapor/development
This commit is contained in:
@@ -107,8 +107,17 @@ class AssignPackingListOrderLogic extends AbstractControllerLogic
|
||||
*/
|
||||
public function logic(Request $request) : JsonResponse
|
||||
{
|
||||
// $warehouse_packing_list = $this->fetchesPackingList->execute([
|
||||
// 'id' => $request->route('id'),
|
||||
// 'type' => PackingListType::WAREHOUSE_RECEIVE_LIST
|
||||
// ]);
|
||||
|
||||
$packing_list = $this->fetchesPackingList->execute([
|
||||
'id' => $request->route('id'),
|
||||
]);
|
||||
|
||||
$warehouse_packing_list = $this->fetchesPackingList->execute([
|
||||
'id' => $request->route('id'),
|
||||
'reference' => $packing_list->reference,
|
||||
'type' => PackingListType::WAREHOUSE_RECEIVE_LIST
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user