From fdd6e0634695d66ce6abfbde9b8ab962618af682 Mon Sep 17 00:00:00 2001 From: marina Date: Mon, 10 Mar 2025 10:54:01 +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/commands/CronController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index 54369858..7f5e95d5 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -817,7 +817,7 @@ class CronController extends Controller //признак того что звонок должен поступать сразу после загрузки лида //поставить true при согласовании с маркетингом //также добавить признак повод звонка при необходимости - 'callback' => false, + 'callback' => true, 'funnel' => LPTrackerApi::SERVICE, 'lead_date' => date('d.m.Y H:i'), 'owner' => 0, -- 2.39.5