fix recalculation on basket, fix quick add on basket

This commit is contained in:
Ludovic CANDELLIER
2023-03-21 22:41:48 +01:00
parent 23e6ca35ca
commit efb3fe9670
6 changed files with 21 additions and 21 deletions

View File

@@ -9,6 +9,7 @@ use App\Models\Shop\Order;
use App\Repositories\Shop\InvoicePayments;
use App\Repositories\Shop\Orders;
class CustomerOrdersDataTable extends DataTable
{
public $model_name = 'orders';