]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
mmm mmm origin/mmm
authormarina <m.zozirova@gmail.com>
Mon, 13 Jan 2025 06:57:14 +0000 (09:57 +0300)
committermarina <m.zozirova@gmail.com>
Mon, 13 Jan 2025 06:57:14 +0000 (09:57 +0300)
erp24/actions/timetable/StartShiftStepOneAction.php

index 5a6f14ec1e567ee7c02f4abf37ce30c21184ee33..ad1b3397b5a2805be57416eefa62aae4c325e845 100755 (executable)
@@ -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 '<pre>';
+var_dump($userModel, $adminStores, $device, $fact, $plan, $shiftArray);
+        echo '</pre>';
+        die();
         return $this->controller->render('/timetable/start_shift_step_one.php', [
             'userModel' => $userModel,
             'adminStores' => $adminStores,