|
|
@@ -90,7 +90,7 @@ public class DataLoadCertificates {
|
|
|
private void loadDeathCertificates() {
|
|
|
logger.debug("DataLoadCertificates::LoadDeathCertificates");
|
|
|
DeathCertificateCommand deathCertificateCommand = new DeathCertificateCommandImpl();
|
|
|
- deathCertificateCommand.setDeceased(personService.findById(1L));
|
|
|
+ // deathCertificateCommand.setDeceased(personService.findById(1L));
|
|
|
deathCertificateCommand.setFather(personService.findById(2L));
|
|
|
deathCertificateCommand.setInformant(personService.findById(3L));
|
|
|
deathCertificateCommand.setMother(personService.findById(4L));
|