From 02333bda0088eb9bad0c1e9800237c57e027b757 Mon Sep 17 00:00:00 2001 From: marina Date: Mon, 13 Jan 2025 09:57:14 +0300 Subject: [PATCH] mmm --- erp24/actions/timetable/StartShiftStepOneAction.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/erp24/actions/timetable/StartShiftStepOneAction.php b/erp24/actions/timetable/StartShiftStepOneAction.php index 5a6f14ec..ad1b3397 100755 --- a/erp24/actions/timetable/StartShiftStepOneAction.php +++ b/erp24/actions/timetable/StartShiftStepOneAction.php @@ -52,7 +52,10 @@ class StartShiftStepOneAction extends Action $shiftArray = ArrayHelper::map(Shift::find()->andWhere(['not in', 'id', [3, 4, 6, 7]])->all(), 'id', 'name'); } - + echo '
';
+var_dump($userModel, $adminStores, $device, $fact, $plan, $shiftArray);
+        echo '
'; + die(); return $this->controller->render('/timetable/start_shift_step_one.php', [ 'userModel' => $userModel, 'adminStores' => $adminStores, -- 2.39.5