From 0bff6749a5aad912f6033b22af552ac50bdba8b0 Mon Sep 17 00:00:00 2001 From: marina Date: Fri, 7 Mar 2025 15:51:15 +0300 Subject: [PATCH] =?utf8?q?ERP-355=20=D0=90=D0=B2=D1=82=D0=BE=D0=BC=D0=B0?= =?utf8?q?=D1=82=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D0=B7=D0=B2=D0=BE?= =?utf8?q?=D0=BD=D0=BA=D0=BE=D0=B2=20=D1=80=D0=BE=D0=B1=D0=BE=D1=82=D0=BE?= =?utf8?q?=D0=BC=20=D0=B8=D0=B7=20=D0=BA=D0=BE=D0=B3=D0=BE=D1=80=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/records/SentKogort.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/records/SentKogort.php b/erp24/records/SentKogort.php index 8accdc52..c2367fc9 100644 --- a/erp24/records/SentKogort.php +++ b/erp24/records/SentKogort.php @@ -28,7 +28,7 @@ class SentKogort extends \yii\db\ActiveRecord public const KOGORT_NUMBERS = [ 'target' => 1, 'whatsapp' => 2, - 'call' => self::CALL, + 'call' => 3, ]; public const STATUSES = [ -- 2.39.5