From 4a335bf6fbcf474b9f1229dd5aa1e6e6ca9f090c Mon Sep 17 00:00:00 2001 From: vladfo Date: Fri, 11 Oct 2024 12:45:20 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20che?= =?utf8?q?ck=5Fid?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/MotivationService.php | 1 + erp24/views/motivation/test-self-cost.php | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/erp24/services/MotivationService.php b/erp24/services/MotivationService.php index 65534d7e..43774c2b 100644 --- a/erp24/services/MotivationService.php +++ b/erp24/services/MotivationService.php @@ -2004,6 +2004,7 @@ class MotivationService 'price' => $price, 'date' => $checkDate, 'quantity' => $quantity, + 'check_id' => $product['check_id'], ]; } diff --git a/erp24/views/motivation/test-self-cost.php b/erp24/views/motivation/test-self-cost.php index 52d323f9..ed434f7f 100644 --- a/erp24/views/motivation/test-self-cost.php +++ b/erp24/views/motivation/test-self-cost.php @@ -44,6 +44,7 @@ $this->title = 'Себестоимость товаров по магазина ID товара + ID чека Название Цена Кол-во @@ -53,7 +54,8 @@ $this->title = 'Себестоимость товаров по магазина - + + -- 2.39.5