Skip to content

Commit

Permalink
Merge pull request #4564 from hmislk/Issue#4145
Browse files Browse the repository at this point in the history
Closes #4145
  • Loading branch information
binuthi-nil authored Apr 10, 2024
2 parents 94fdf5c + 84139c7 commit 6864335
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 6864335

Please sign in to comment.