enhance invoice display

This commit is contained in:
ludo
2023-12-03 02:20:41 +01:00
parent 5d5ea92127
commit bbf4bc4232
12 changed files with 152 additions and 150 deletions

View File

@@ -45,7 +45,6 @@ class OrderController extends Controller
'customer' => $customer ? $customer->toArray() : false,
'basket' => Baskets::getBasketTotal(),
'deliveries' => Deliveries::getAllWithSaleChannel()->toArray(),
'sale_channel' => SaleChannels::getDefault()->toArray(),
'delivery_types' => DeliveryTypes::getWithPrice(Baskets::getWeight()),
];