From: marina Date: Mon, 13 Jan 2025 06:57:14 +0000 (+0300) Subject: mmm X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=02333bda0088eb9bad0c1e9800237c57e027b757;p=erp24_rep%2Fyii-erp24%2F.git mmm --- 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,