From d779c9e116e6d7ba63557bdf277ec8a822675124 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Thu, 3 Jul 2025 10:02:31 +0300 Subject: [PATCH] =?utf8?q?[ERP-415]=20=D0=90=D0=BA=D1=82=D1=83=D0=B0=D0=BB?= =?utf8?q?=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D1=81=D1=82=D0=B0=D1=82?= =?utf8?q?=D1=83=D1=81=D0=BE=D0=B2=20=D0=BF=D0=BE=D0=B4=D0=BF=D0=B8=D1=81?= =?utf8?q?=D0=BA=D0=B8=20=D0=B2=20=D0=A2=D0=B5=D0=BB=D0=B5=D0=B3=D1=80?= =?utf8?q?=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/records/WriteOffsErp.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/erp24/records/WriteOffsErp.php b/erp24/records/WriteOffsErp.php index 78dd45ac..da7ae3db 100644 --- a/erp24/records/WriteOffsErp.php +++ b/erp24/records/WriteOffsErp.php @@ -133,7 +133,18 @@ class WriteOffsErp extends \yii\db\ActiveRecord self::STATUS_ERROR_1С => "Ошибка в 1С", ]; - public const TEST_STORES = [1, 9, 28, 30, 15, 44, 8]; + public const TEST_STORES = [ + 1, //1 "Ванеева 181" + 8, //8 "Московское 9" + 9, //9 "Народная 36Б" + 13, //13 "Касьянова 2Б" + 15, //15 "Гагарина 182" + 19, //19 "Коминтерна 248" + 28, //28 "пл. Революции 7А" + 30, //30 "ул. Пискунова 26/12" + 41, //41 "Москва Амурская 1а" + 44, //44 "Покровская 60" + ]; public function custom_function_validation($attribute, $params) { -- 2.39.5