]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
ERP-204 Убрать лишние ставки для подработчиков feature_zozirova_erp-204_filter_workers_payment origin/feature_zozirova_erp-204_filter_workers_payment
authormarina <m.zozirova@gmail.com>
Wed, 2 Oct 2024 09:10:56 +0000 (12:10 +0300)
committermarina <m.zozirova@gmail.com>
Wed, 2 Oct 2024 09:10:56 +0000 (12:10 +0300)
erp24/records/Timetable.php

index 7cdc852102b54d4d2431a8ca23130049bb2696d2..e3ba83c8939da55696e0aa71f7e24784eebcd971 100755 (executable)
@@ -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