Skip to content

Commit

Permalink
Merge branch 'hotfix/productionError' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien committed Apr 19, 2024
2 parents 108908a + eb8ed5f commit 32a41e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public TenantModel saveStep(Tenant tenant, HonorDeclarationForm honorDeclaration

apartmentSharingService.resetDossierPdfGenerated(tenant.getApartmentSharing());
mailService.sendEmailAccountCompleted(tenantSaved);
tenant.getApartmentSharing().getTenants().size();// load tenants in tx context
return tenantMapper.toTenantModel(tenantSaved);
}

Expand Down

0 comments on commit 32a41e3

Please sign in to comment.