From: Aleksey Filippov Date: Fri, 19 Jul 2024 14:22:11 +0000 (+0300) Subject: Правка Продажи сегодня временная X-Git-Tag: 1.4~66^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=6c0f2ec02738051a2feca7a760a6cd20958a42a5;p=erp24_rep%2Fyii-erp24%2F.git Правка Продажи сегодня временная --- 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"; +// } } }