From ff271b15425542127e192ce37afc41d42f13d385 Mon Sep 17 00:00:00 2001 From: marina Date: Wed, 2 Oct 2024 12:10:56 +0300 Subject: [PATCH] =?utf8?q?ERP-204=20=D0=A3=D0=B1=D1=80=D0=B0=D1=82=D1=8C?= =?utf8?q?=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B5=20=D1=81=D1=82=D0=B0?= =?utf8?q?=D0=B2=D0=BA=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=BE=D0=B4?= =?utf8?q?=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=87=D0=B8=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/records/Timetable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/records/Timetable.php b/erp24/records/Timetable.php index 7cdc8521..e3ba83c8 100755 --- a/erp24/records/Timetable.php +++ b/erp24/records/Timetable.php @@ -70,7 +70,7 @@ class Timetable extends ActiveRecord } public static function getSalariesDay() { - return [900, 1200, 1500, 1700, 1800, 2000, 2500, 3000, 3500, 5000]; + return [1700, 2000, 2500]; } public function getSalaryShift($timetableId) : array -- 2.39.5