mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
export parcel summary
This commit is contained in:
@@ -20,7 +20,7 @@ class ExportsParcel implements WithMultipleSheets
|
||||
$sheets = [];
|
||||
|
||||
$sheets[] = new ContainersSheet();
|
||||
// $sheets[] = new PackingListsSheet();
|
||||
$sheets[] = new PackingListsSheet();
|
||||
|
||||
return $sheets;
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ class ContainersSheet implements WithHeadings, WithHeadingRow, WithMapping, Shou
|
||||
*/
|
||||
public function query()
|
||||
{
|
||||
return Container::limit(1);
|
||||
return Container::query();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user