]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
правка расходных материалов fixes_consumable origin/fixes_consumable
authormarina <m.zozirova@gmail.com>
Mon, 9 Sep 2024 09:08:02 +0000 (12:08 +0300)
committermarina <m.zozirova@gmail.com>
Mon, 9 Sep 2024 09:08:02 +0000 (12:08 +0300)
erp24/services/MotivationService.php

index b10c52cf18929ccfe3a50e19c0c60f81842fc8ae..eba80a076d8ffd27d22035eac6ec842ff17b4caf 100644 (file)
@@ -236,9 +236,10 @@ class MotivationService
                 $result[$costsItem->order][$groupAlias] = $actualValue;
         }
 
+
         // Подстановка значений расходных материалов
+        //190 - порядок для расходных материалов
         $consumable = self::getConsumable($motivation->id);
-        $result[190]['week1'] = $consumable['week1'];
         $result[190]['week2'] = $consumable['week2'];
         $result[190]['week3'] = $consumable['week3'];
         $result[190]['week4'] = $consumable['week4'];