Эх сурвалжийг харах

Usual Residence fields in birth certificate bootstrap

Andrew Grant 5 сар өмнө
parent
commit
badc8db3da

+ 2 - 0
src/main/java/scot/carricksoftware/grants/bootstrap/DataLoadCertificates.java

@@ -76,6 +76,8 @@ public class DataLoadCertificates {
         birthCertificateCommand.setInformantQualification("Qualification");
         birthCertificateCommand.setWhenRegistered("22/01/1978");
         birthCertificateCommand.setWhereRegistered("Where Registered");
+        birthCertificateCommand.setFatherUsualResidence(placeService.findById(1L));
+        birthCertificateCommand.setUntrackedFatherUsualResidence("57 Back Street, Edinburgh");
 
         birthCertificateService.saveBirthCertificateCommand(birthCertificateCommand);
     }