]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Выправка
authormarina <m.zozirova@gmail.com>
Thu, 1 Aug 2024 06:40:58 +0000 (09:40 +0300)
committermarina <m.zozirova@gmail.com>
Thu, 1 Aug 2024 06:40:58 +0000 (09:40 +0300)
erp24/actions/timetable/StartShiftStepTwoAction.php

index b75180bf3990153d36a3a744864340ba316077f5..8153222cfad1c96c2aad62b617fa384835884cc0 100755 (executable)
@@ -47,7 +47,7 @@ class StartShiftStepTwoAction extends Action
             ->andWhere([
                 'OR',
                 ['date' => date('Y-m-d')],
-                ['date' => date('Y-m-d', strtotime('-1 day'))],
+//                ['date' => date('Y-m-d', strtotime('-1 day'))],
             ])
             ->andWhere(['tabel' => 0])
             ->orderBy('id desc')