From 6c0f2ec02738051a2feca7a760a6cd20958a42a5 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Fri, 19 Jul 2024 17:22:11 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=9F?= =?utf8?q?=D1=80=D0=BE=D0=B4=D0=B0=D0=B6=D0=B8=20=D1=81=D0=B5=D0=B3=D0=BE?= =?utf8?q?=D0=B4=D0=BD=D1=8F=20=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD?= =?utf8?q?=D0=B0=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/dashboard/sales.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/erp24/views/dashboard/sales.php b/erp24/views/dashboard/sales.php index d3698984..cd5ed7d1 100755 --- a/erp24/views/dashboard/sales.php +++ b/erp24/views/dashboard/sales.php @@ -118,12 +118,12 @@ if($equal_days && !empty($date_timetable)) { " . $rowShiftShiftId . " "; - - if (array_key_exists($export[$rowStoreId], $storeIn)) { - $storeIn[$export[$rowStoreId]] .="$txt"; - } else { - $storeIn[$export[$rowStoreId]] ="$txt"; - } +// TODO Разобраться с выводом сотрудников на смене +// if (array_key_exists($export[$rowStoreId], $storeIn)) { +// $storeIn[$export[$rowStoreId]] .="$txt"; +// } else { +// $storeIn[$export[$rowStoreId]] ="$txt"; +// } } } -- 2.39.5