From 295112b8119ec39096a1efcc98946800cf3a33c0 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Fri, 30 Aug 2024 13:09:50 +0300 Subject: [PATCH] =?utf8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?utf8?q?=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D1=83=20=D0=BD=D0=B0?= =?utf8?q?=20=D1=81=D0=B2=D0=BE=D0=B9=D1=81=D1=82=D0=B2=D0=BE=20=D0=BA?= =?utf8?q?=D0=BB=D0=B0=D1=81=D1=81=D0=B0=20=D0=B8=20=D0=BF=D1=80=D0=BE?= =?utf8?q?=D1=81=D1=82=D0=B0=D0=B2=D0=B8=D0=BB=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/MotivationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/services/MotivationService.php b/erp24/services/MotivationService.php index b9471ee7..5fef643e 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] = null; + $motivationDataTableSort[$indMap[$code]][$column] = 0; } } -- 2.39.5