From: Alexander Smirnov Date: Thu, 18 Apr 2024 15:05:01 +0000 (+0300) Subject: shipment ajax X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=a92ef8a8b547e50b7df9320267ae665addab9615;p=yii-erp24%2F.git shipment ajax --- diff --git a/erp24/controllers/ShipmentController.php b/erp24/controllers/ShipmentController.php index 4c41495..fb9d069 100755 --- a/erp24/controllers/ShipmentController.php +++ b/erp24/controllers/ShipmentController.php @@ -19,4 +19,5 @@ class ShipmentController extends Controller public function actionDivisionStore() { return $this->render('division-store'); } public function actionDivisionStorePrint() { return $this->render('division-store-print'); } public function actionStoreOrderScore() { return $this->render('store-order-score'); } + public function actionAjaxDivisionAutoHandStart() { return $this->render('ajax-division-auto-hand-start'); } } \ No newline at end of file diff --git a/erp24/modul/shipment/ajaxDivisionAutoHandStart.php b/erp24/modul/shipment/ajaxDivisionAutoHandStart.php index 54478a7..cce7279 100644 --- a/erp24/modul/shipment/ajaxDivisionAutoHandStart.php +++ b/erp24/modul/shipment/ajaxDivisionAutoHandStart.php @@ -1,13 +1,15 @@ -