mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-28 08:54:19 +00:00
fix vt packing list api
This commit is contained in:
+1
-1
@@ -239,7 +239,7 @@ class FetchLoadedContainersFromVTPortalProcessor
|
||||
$deliveryDate = Carbon::parse($package[1] ? $package[1]:$package[2]);
|
||||
|
||||
try {
|
||||
$packingList = $this->fetchesPackingList->execute(['reference' => $packingListReference]);
|
||||
$packingList = $this->fetchesPackingList->execute(['reference' => $packingListReference, 'type', PackingListType::SHIPPING_PACKING_LIST]);
|
||||
$container->packingLists()->detach($packingList);
|
||||
$container->packingLists()->attach($packingList);
|
||||
} catch (ResourceNotFoundException $exception){
|
||||
|
||||
Reference in New Issue
Block a user