diff --git a/client/src/modules/employees/registration/employees.js b/client/src/modules/employees/registration/employees.js index a471996c98..d32c66e2cb 100644 --- a/client/src/modules/employees/registration/employees.js +++ b/client/src/modules/employees/registration/employees.js @@ -92,7 +92,9 @@ function EmployeeController(Employees, Services, Grades, Functions, Titles, Cred } function onSelectGrade(element) { - vm.employee.individual_salary = element.basic_salary; + if (!vm.employee.individual_salary) { + vm.employee.individual_salary = element.basic_salary; + } } // Expose lenths from util