]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
убрал массив для дебага и поставил значение в нул feature_fomichev_erp_104_agents_services_computation
authorVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Fri, 30 Aug 2024 10:40:04 +0000 (13:40 +0300)
committerVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Fri, 30 Aug 2024 10:40:04 +0000 (13:40 +0300)
erp24/services/MotivationService.php
erp24/views/motivation/index.php

index 5fef643e11aeaa988eafde951452d5ef0d60462e..b9471ee79030d328b39ff8403e9df4e3ef0a6619 100644 (file)
@@ -1140,7 +1140,7 @@ class MotivationService
 
                 if (!isset($motivationDataTableSort[$indMap[$code]][$column])) {
                     // Присваиваем null или 0 в зависимости от необходимости
-                    $motivationDataTableSort[$indMap[$code]][$column] = 0;
+                    $motivationDataTableSort[$indMap[$code]][$column] = null;
                 }
             }
 
index 24542d14f24acaf3f3ece930fef91f74c0ea15be..dd04fd36775af4c1d591b90bed3327ec9d1ef721 100644 (file)
@@ -353,6 +353,5 @@ $this->registerJsFile('/js/motivation/index.js', ['position' => \yii\web\View::P
 
             <?php endif; ?>
         <?php endif; ?>
-<?php print_r($motivationDataTableSort); ?>
-        <?php print_r($model->store_id); ?>
+
     </div>
\ No newline at end of file