From 84e9f651086de6e143a426d0a63aba9054794a4a Mon Sep 17 00:00:00 2001 From: marina Date: Tue, 28 Jan 2025 18:06:59 +0300 Subject: [PATCH] =?utf8?q?ERP-282=20=D0=9D=D1=83=D0=B6=D0=BD=D0=BE=20?= =?utf8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D1=82=D1=8C=20=D0=B8=D0=BD=D1=82?= =?utf8?q?=D0=B5=D1=80=D1=84=D0=B5=D0=B9=D1=81=20=D0=BD=D0=B0=D1=81=D1=82?= =?utf8?q?=D1=80=D0=BE=D0=B9=D0=BA=D0=B8=20=D0=BC=D0=B0=D0=B3=D0=B0=D0=B7?= =?utf8?q?=D0=B8=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/city-store-params/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erp24/views/city-store-params/index.php b/erp24/views/city-store-params/index.php index 37e19e22..57b62563 100644 --- a/erp24/views/city-store-params/index.php +++ b/erp24/views/city-store-params/index.php @@ -226,7 +226,6 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position' ] ); ?> -
registerJsFile('/js/city-store-params/city-store-params.js', ['position' 'url' => Url::to(['/city-store-params/get-address-data']), 'params' => ['region'], 'initialize' => true, + 'loadingText' => 'Город', ], ]); ?>
@@ -261,6 +261,7 @@ $this->registerJsFile('/js/city-store-params/city-store-params.js', ['position' 'url' => Url::to(['/city-store-params/get-address-data']), 'params' => ['city'], 'initialize' => false, + 'loadingText' => 'Район', ], ]); ?> -- 2.39.5