From: Alexander Smirnov Date: Thu, 29 Aug 2024 13:45:06 +0000 (+0300) Subject: [ERP-130] Дебаг 003 X-Git-Tag: 1.4~11^2~26 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=bb291f886a7cac584a023fc2d27c374f58f77f47;p=erp24_rep%2Fyii-erp24%2F.git [ERP-130] Дебаг 003 --- diff --git a/erp24/services/MotivationService.php b/erp24/services/MotivationService.php index da01bffb..2b37e456 100644 --- a/erp24/services/MotivationService.php +++ b/erp24/services/MotivationService.php @@ -466,6 +466,8 @@ class MotivationService ->indexBy('product_guid') ->asArray()->all(); if (!empty($selfCostProduct)) { + var_dump($weekStart, $weekEnd); + var_dump($writeOffs); var_dump($selfCostProduct); die; }