]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
[ERP-130] Дебаг 006
authorAlexander Smirnov <fredeom@mail.ru>
Mon, 2 Sep 2024 11:06:59 +0000 (14:06 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Mon, 2 Sep 2024 11:06:59 +0000 (14:06 +0300)
erp24/services/MotivationService.php

index 6b3fcc0c53f876995ffec0a5ba95e8d72e92c1d1..b19e299d387cc8f2bd5d4c0c574abdc348d5b1a9 100644 (file)
@@ -457,7 +457,7 @@ class MotivationService
                 $writeOffs = WriteOffs::find()->select(['items', 'type'])
                     ->where(['between', 'date', $weekStart, $weekEnd])
                     ->andWhere(['store_id' => $exportImportTable->export_val])
-                    ->indexBy('type')
+//                    ->indexBy('type')
                     ->asArray()->all();
                 var_dump($writeOffs);
                 $selfCostProduct = SelfCostProduct::find()->select(['price', 'product_guid'])