From 59378c6c79a84e1552119f6fcb7b36636191fea8 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Fri, 30 Aug 2024 13:40:04 +0300 Subject: [PATCH] =?utf8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BC=D0=B0?= =?utf8?q?=D1=81=D1=81=D0=B8=D0=B2=20=D0=B4=D0=BB=D1=8F=20=D0=B4=D0=B5?= =?utf8?q?=D0=B1=D0=B0=D0=B3=D0=B0=20=D0=B8=20=D0=BF=D0=BE=D1=81=D1=82?= =?utf8?q?=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD?= =?utf8?q?=D0=B8=D0=B5=20=D0=B2=20=D0=BD=D1=83=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/MotivationService.php | 2 +- erp24/views/motivation/index.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/erp24/services/MotivationService.php b/erp24/services/MotivationService.php index 5fef643e..b9471ee7 100644 --- a/erp24/services/MotivationService.php +++ b/erp24/services/MotivationService.php @@ -1140,7 +1140,7 @@ class MotivationService if (!isset($motivationDataTableSort[$indMap[$code]][$column])) { // Присваиваем null или 0 в зависимости от необходимости - $motivationDataTableSort[$indMap[$code]][$column] = 0; + $motivationDataTableSort[$indMap[$code]][$column] = null; } } diff --git a/erp24/views/motivation/index.php b/erp24/views/motivation/index.php index 24542d14..dd04fd36 100644 --- a/erp24/views/motivation/index.php +++ b/erp24/views/motivation/index.php @@ -353,6 +353,5 @@ $this->registerJsFile('/js/motivation/index.js', ['position' => \yii\web\View::P - - store_id); ?> + \ No newline at end of file -- 2.39.5