From ad5e3aa8a5e2ebfd006c1f21c26e96d3c3d998b1 Mon Sep 17 00:00:00 2001 From: marina Date: Thu, 1 Aug 2024 09:40:58 +0300 Subject: [PATCH] =?utf8?q?=D0=92=D1=8B=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/actions/timetable/StartShiftStepTwoAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/actions/timetable/StartShiftStepTwoAction.php b/erp24/actions/timetable/StartShiftStepTwoAction.php index b75180bf..8153222c 100755 --- a/erp24/actions/timetable/StartShiftStepTwoAction.php +++ b/erp24/actions/timetable/StartShiftStepTwoAction.php @@ -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') -- 2.39.5