From: Aleksey Filippov Date: Thu, 3 Jul 2025 07:02:31 +0000 (+0300) Subject: [ERP-415] Актуализация статусов подписки в Телеграм X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=d779c9e116e6d7ba63557bdf277ec8a822675124;p=erp24_rep%2Fyii-erp24%2F.git [ERP-415] Актуализация статусов подписки в Телеграм --- 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) {