From fd7e7a7ecb1006de7055ec7003561cd82e81c4d7 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Thu, 5 Dec 2024 15:42:37 +0300 Subject: [PATCH] =?utf8?q?[ERP-258]=20=D1=81=D0=BF=D1=80=D1=8F=D1=82=D0=B0?= =?utf8?q?=D0=BB=20=D1=82=D0=BE=D0=B2=D0=B0=D1=80=D1=8B=20=D0=B1=D0=B5?= =?utf8?q?=D0=B7=20=D0=BE=D1=81=D1=82=D0=B0=D1=82=D0=BA=D0=BE=D0=B2=20?= =?utf8?q?=D0=B2=201=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/controllers/ShiftTransferController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erp24/controllers/ShiftTransferController.php b/erp24/controllers/ShiftTransferController.php index 68cfeca2..96b75e4c 100644 --- a/erp24/controllers/ShiftTransferController.php +++ b/erp24/controllers/ShiftTransferController.php @@ -62,9 +62,9 @@ class ShiftTransferController extends Controller if (isset($balance[$key])) { $productGuids[$key] = $name . ' (' . $balance[$key] . ' шт.)'; } - else { - $productGuids[$key] = $name; - } +// else { +// $productGuids[$key] = $name; +// } } $price = ArrayHelper::map(Prices::find()->select(['product_id', 'price'])->where(['product_id' => array_keys($products)])->all(), 'product_id', 'price'); $storeEIT = ExportImportTable::find()->select(['entity_id'])->where(['entity' => 'city_store', 'export_val' => $storeGuid, 'export_id' => 1])->one(); -- 2.39.5