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

index 8c857de07835fa72ea11f6f47f9dcb2efd3fe6c1..a8d07dcb6e9d178b4be08c6aa6cae3ea162ca919 100644 (file)
@@ -459,7 +459,8 @@ class MotivationService
                     ->where(['between', 'wo.date', $weekStart, $weekEnd])
                     ->andWhere(['wo.store_id' => $exportImportTable->export_val])
                     ->asArray()->all();
-
+var_dump($writeOffs);
+die;
                 $selfCostProduct = SelfCostProduct::find()->select(['price', 'product_guid', 'date'])
                     ->where(['between', 'date', $weekStart, $weekEnd])
                     ->andWhere(['store_id' => $store_id])