Skip to content

Commit

Permalink
Closes #4145
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhika75 committed Apr 10, 2024
1 parent 94fdf5c commit 84139c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/divudi/entity/Staff.java
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,6 @@ public void setSpeciality(Speciality speciality) {
}

public String getRegistration() {
if(registration==null||registration.trim().equals("")){
registration = "Consultant";
}
return registration;
}

Expand Down

0 comments on commit 84139c7

Please sign in to comment.