]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Правка Продажи сегодня временная origin/feature_filippov_20240719_dashboard_sales_fix
authorAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Fri, 19 Jul 2024 14:22:11 +0000 (17:22 +0300)
committerAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Fri, 19 Jul 2024 14:22:11 +0000 (17:22 +0300)
erp24/views/dashboard/sales.php

index d36989844d08dcf703cedba4d9593ea5bc90a302..cd5ed7d17dd6c7f2c13bd60ed8fd05f63335a5d6 100755 (executable)
@@ -118,12 +118,12 @@ if($equal_days && !empty($date_timetable)) {
         " . $rowShiftShiftId . "
         </a> ";
 
-
-        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";
+//        }
 
     }
 }