From: Alexander Smirnov Date: Wed, 22 Jan 2025 17:53:46 +0000 (+0300) Subject: [ERP-292] отключаем начисление и списание бонусов за памятные даты X-Git-Tag: 1.7~31^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=956f09feb6bac68c35965fc8cd3bb4bdfa9aca04;p=erp24_rep%2Fyii-erp24%2F.git [ERP-292] отключаем начисление и списание бонусов за памятные даты --- 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;