Browse Source

Son added to Census Relationship LOV

Andrew Grant 6 months ago
parent
commit
5d3239d33b

+ 6 - 0
docs/deploy.txt

@@ -0,0 +1,6 @@
+run  mvn clean install
+copy the jar file from target directory to ???
+rename it to grants.jar
+run by:
+change to directory ???
+java -jar grants.jar

+ 1 - 0
src/main/java/scot/carricksoftware/grants/enums/censusentry/CensusEntryRelationship.java

@@ -8,6 +8,7 @@ package scot.carricksoftware.grants.enums.censusentry;
 public enum CensusEntryRelationship {
     @SuppressWarnings("unused") HEAD("Head"),
     @SuppressWarnings("unused") WIFE("Wife"),
+    @SuppressWarnings("unused") SON("Son"),
     @SuppressWarnings("unused") DAUGHTER("Daughter"),
     @SuppressWarnings("unused") NIECE("Niece"),
     @SuppressWarnings("unused") COUSIN("Cousin"),