export parcel summary

This commit is contained in:
omair saleh
2022-09-20 03:33:10 +08:00
parent 5a69a31628
commit ad15b2f6b8
2 changed files with 2 additions and 2 deletions
@@ -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();
}
/**