Skip to content

Commit

Permalink
MAN-26: Removed full_name (#4260)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 authored Sep 24, 2024
1 parent 7b5f758 commit 0fe400e
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,4 @@ class CaseloadPerson(

@Column(name = "date_of_birth_date")
val dateOfBirth: LocalDate
) {
val fullName: String = listOfNotNull(forename, secondName, thirdName, surname).joinToString { " " }
}



)

0 comments on commit 0fe400e

Please sign in to comment.