mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
export yd parcel postcode
This commit is contained in:
@@ -33,7 +33,7 @@ class ExportsParcelPostcodes implements WithHeadings, WithHeadingRow, WithMappin
|
||||
*/
|
||||
public function query()
|
||||
{
|
||||
return PackingList::where('type', PackingListType::SHIPPING_PACKING_LIST)->where('reference', 'LIKE', 'M20%')->where('owner_type', Order::class)->whereDoesntHave('containers');
|
||||
return PackingList::where('type', PackingListType::SHIPPING_PACKING_LIST)->where('reference', 'LIKE', 'M20%')->where('owner_type', Order::class)->whereDoesntHave('containers')->dd();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user