From e28155b3166e694c855eadf66dd4eed608a15917 Mon Sep 17 00:00:00 2001 From: vladfo Date: Fri, 11 Oct 2024 16:43:22 +0300 Subject: [PATCH] =?utf8?q?=D0=92=D0=B5=D1=80=D0=BD=D1=83=D0=BB=20=D1=82?= =?utf8?q?=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20=D1=82=D0=BE=D0=B2=D0=B0=D1=80?= =?utf8?q?=D1=8B=20=D0=B1=D0=B5=D0=B7=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE?= =?utf8?q?=D0=BD=D0=B5=D0=BD=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/MotivationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/services/MotivationService.php b/erp24/services/MotivationService.php index 371b30ef..e3730f2f 100644 --- a/erp24/services/MotivationService.php +++ b/erp24/services/MotivationService.php @@ -1962,7 +1962,7 @@ class MotivationService $salesProducts = SalesProducts::find() ->select(['check_id', 'product_id', 'quantity', 'price']) ->where(['check_id' => $salesIds]) - //->andWhere(['type_id' => 1]) + ->andWhere(['type_id' => 1]) // ->andWhere(['>', 'price', '0' ]) ->asArray() ->all(); -- 2.39.5