From: Vladimir Fomichev Date: Fri, 30 Aug 2024 10:40:04 +0000 (+0300) Subject: убрал массив для дебага и поставил значение в нул X-Git-Tag: 1.4~15^2~3 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=59378c6c79a84e1552119f6fcb7b36636191fea8;p=erp24_rep%2Fyii-erp24%2F.git убрал массив для дебага и поставил значение в нул --- 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