From 49dcba67f60e6703a00ce7001e13c76105c27fb2 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Fri, 28 Jun 2024 11:11:02 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20300?= =?utf8?q?0=20=D0=B2=20=D1=81=D0=BF=D0=B8=D1=81=D0=BE=D0=BA=20=D0=B7=D0=B0?= =?utf8?q?=D1=80=D0=BF=D0=BB=D0=B0=D1=82?= 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 764b1195..4e87777e 100755 --- a/erp24/records/Timetable.php +++ b/erp24/records/Timetable.php @@ -69,7 +69,7 @@ class Timetable extends ActiveRecord } public static function getSalariesDay() { - return [900, 1200, 1500, 1700, 1800, 2000, 2500, 3500, 5000]; + return [900, 1200, 1500, 1700, 1800, 2000, 2500, 3000, 3500, 5000]; } public function getSalaryShift($timetableId) : array -- 2.39.5