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

index d362b18c1fa123b49db02b0f5de5b894949f3996..e407963b9dc9d89fc3eb570fd03f9ce868724e32 100644 (file)
@@ -477,7 +477,7 @@ class MotivationService
                             continue;
                         }
                         $sum += ($selfCostProductMap[$data['date']][$data['product_id']] ?? 0) * ($data['quantity'] ?? 0);
-                        var_dump($sum);
+                        var_dump($data);
                     }
 
                     $motivationItemType = MotivationCostsItem::writeOffsToMotivationItemMap($key);