Merge pull request #356 from Kitzanos/feature/GEPAFINBE-6139-3

Updated Application Rejection Flow
This commit is contained in:
rajeshkhore
2025-10-16 18:04:55 +05:30
committed by GitHub
23 changed files with 167 additions and 55 deletions

View File

@@ -604,6 +604,8 @@ public class ApplicationAmendmentRequestDao {
String body = emailContent.getBody();
response.setEmailTemplate(body);
}
response.setAmendmentType(entity.getType());
response.setAmendmentDocumentType(entity.getAmendmentDocumentType());
return response;
}