wip on loan order

This commit is contained in:
2023-11-27 01:19:42 +05:00
parent 307f197d27
commit 0fcdedbcc7
6 changed files with 322 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ class EducationRepo
self::MIDDLE_SCHOOL => __('Middle school'),
self::UNFINISHED_HIGH_EDUCATION => __('Unfinished high education'),
self::HIGH_EDUCATION => __('High education'),
self::MASTERS => __('Masters'),
self::MASTERS => __('Masters ED'),
self::PHD => __('PHD'),
];
}