From bb291f886a7cac584a023fc2d27c374f58f77f47 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Thu, 29 Aug 2024 16:45:06 +0300 Subject: [PATCH] =?utf8?q?[ERP-130]=20=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=20003?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/MotivationService.php | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.39.5