From ebc18ad8864b23b57ea1b9e4b982d2e4218740ad Mon Sep 17 00:00:00 2001 From: marina Date: Fri, 27 Dec 2024 15:26:46 +0300 Subject: [PATCH] =?utf8?q?ERP-275=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?utf8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BB=D0=BE=D0=BD=D0=BA?= =?utf8?q?=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D1=81=D0=BE=D1=85=D1=80=D0=B0?= =?utf8?q?=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20type=20=D0=B2=20=D1=82=D0=BE?= =?utf8?q?=D0=B2=D0=B0=D1=80=D0=B5=20=D0=B8=D0=B7=20=D0=BA=D0=B0=D1=82?= =?utf8?q?=D0=B0=D0=BB=D0=BE=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/cron/1c.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erp24/views/cron/1c.php b/erp24/views/cron/1c.php index aafecc1c..6f061a56 100644 --- a/erp24/views/cron/1c.php +++ b/erp24/views/cron/1c.php @@ -60,8 +60,7 @@ $this->title = 'Создание задания для 1с'; 'label' => 'ID запроса', 'format' => 'raw', 'value' => function ($task) { - return Html::a($task->request_id, "https://api2." . (YII_ENV_PROD ? 'erp.erp-flowers.ru' : 'dev.erp-flowers.ru') - . "/json/upload_request_id_{$task->request_id}", ['target' => '_blank']); + return Html::a($task->request_id, "https://api2.erp.erp-flowers.ru/json/upload_request_id_{$task->request_id}", ['target' => '_blank']); } ], [ -- 2.39.5