From: Alexander Smirnov Date: Tue, 1 Apr 2025 10:57:02 +0000 (+0300) Subject: [ERP-394] fixes 2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=5efc968843b51d166f73b2d21e3a45fc25198489;p=erp24_rep%2Fyii-erp24%2F.git [ERP-394] fixes 2 --- diff --git a/erp24/actions/orders/DeliveryAction.php b/erp24/actions/orders/DeliveryAction.php index d552b255..e6540326 100644 --- a/erp24/actions/orders/DeliveryAction.php +++ b/erp24/actions/orders/DeliveryAction.php @@ -184,7 +184,7 @@ class DeliveryAction extends Action } return $this->controller->render('delivery', compact('yesses', 'lid_id', - 'delivery_date', 'status_ar', 'status_ar2', 'checkarr', 'ordersAmo', 'yeses', 'in_orders', + 'delivery_date', 'status_ar', 'status_ar2', 'checkarr', 'ordersAmo', 'yeses', 'users_arr_group_3_plus', 'check_sale_cnt', 'check_vozvrat_cnt', 'exportStore', 'storesNameArr', 'balancesAll', 'services', 'seller_id', 'create_check_arr', 'usersArr', 'ords', 'itog')); }