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

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