Added field rejectedReasonSubject for application rejection

This commit is contained in:
rajesh
2025-10-17 15:04:55 +05:30
parent 115bb1a3a8
commit 6d41a044d0
7 changed files with 29 additions and 14 deletions

View File

@@ -0,0 +1,3 @@
UPDATE gepafin_schema.system_email_template
SET subject = 'BANDO {{call_name}} {{email_type}} {{company_name}}'
WHERE "type" = 'INADMISSIBILITY_NOTIFICATION' and "email_scenario" = 'APPLICATION_REJECTED' and "system" = true;