From 956f09feb6bac68c35965fc8cd3bb4bdfa9aca04 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Wed, 22 Jan 2025 20:53:46 +0300 Subject: [PATCH] =?utf8?q?[ERP-292]=20=D0=BE=D1=82=D0=BA=D0=BB=D1=8E=D1=87?= =?utf8?q?=D0=B0=D0=B5=D0=BC=20=D0=BD=D0=B0=D1=87=D0=B8=D1=81=D0=BB=D0=B5?= =?utf8?q?=D0=BD=D0=B8=D0=B5=20=D0=B8=20=D1=81=D0=BF=D0=B8=D1=81=D0=B0?= =?utf8?q?=D0=BD=D0=B8=D0=B5=20=D0=B1=D0=BE=D0=BD=D1=83=D1=81=D0=BE=D0=B2?= =?utf8?q?=20=D0=B7=D0=B0=20=D0=BF=D0=B0=D0=BC=D1=8F=D1=82=D0=BD=D1=8B?= =?utf8?q?=D0=B5=20=D0=B4=D0=B0=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/scripts/tasks/task_10_bonus_add.php | 2 +- erp24/scripts/tasks/task_11_bonus_dell.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/scripts/tasks/task_10_bonus_add.php b/erp24/scripts/tasks/task_10_bonus_add.php index 5d375ff1..c39cd4d3 100644 --- a/erp24/scripts/tasks/task_10_bonus_add.php +++ b/erp24/scripts/tasks/task_10_bonus_add.php @@ -24,7 +24,7 @@ $infoText = ''; $description = ''; $result = 0; -$enable = true; +$enable = false; $start = false; $force = true; diff --git a/erp24/scripts/tasks/task_11_bonus_dell.php b/erp24/scripts/tasks/task_11_bonus_dell.php index 171aa565..b45f6af8 100644 --- a/erp24/scripts/tasks/task_11_bonus_dell.php +++ b/erp24/scripts/tasks/task_11_bonus_dell.php @@ -24,7 +24,7 @@ $infoText = ''; $description = ''; $result = 0; -$enable = true; +$enable = false; $start = false; $force = false; -- 2.39.5