diff --git a/src/main/java/net/gepafin/tendermanagement/constants/GepafinConstant.java b/src/main/java/net/gepafin/tendermanagement/constants/GepafinConstant.java index 8ff0c836..4d0a3e04 100644 --- a/src/main/java/net/gepafin/tendermanagement/constants/GepafinConstant.java +++ b/src/main/java/net/gepafin/tendermanagement/constants/GepafinConstant.java @@ -636,6 +636,8 @@ public class GepafinConstant { public static final String APPLICATION_AMENDMENT_APPROPIATE_STATUS="amendment.appropiate.status"; public static final String UPLOAD_COMPANY_DOCUMENT_TO_APPLICATION_MSG="upload.company.document.to.application"; public static final String COMPANY_DOCUMENT_NOT_FOUND_WITH_IDS="company.document.not.found.with.ids"; + + } diff --git a/src/main/java/net/gepafin/tendermanagement/dao/EmailNotificationDao.java b/src/main/java/net/gepafin/tendermanagement/dao/EmailNotificationDao.java index b778f662..4bf00449 100644 --- a/src/main/java/net/gepafin/tendermanagement/dao/EmailNotificationDao.java +++ b/src/main/java/net/gepafin/tendermanagement/dao/EmailNotificationDao.java @@ -179,6 +179,7 @@ public class EmailNotificationDao { .map(DocumentEntity::getFilePath) // or getUrl() .collect(Collectors.toList()); + UserWithCompanyEntity userWithCompany=companyService.getUserWithCompany(userEntity.getId(),company.getId()); String companyEmail = userWithCompany.getEmail(); String contactEmail = userWithCompany.getContactEmail(); diff --git a/src/main/resources/db/changelog/db.changelog-1.0.0.xml b/src/main/resources/db/changelog/db.changelog-1.0.0.xml index 651f00f0..9c5aa1de 100644 --- a/src/main/resources/db/changelog/db.changelog-1.0.0.xml +++ b/src/main/resources/db/changelog/db.changelog-1.0.0.xml @@ -2999,7 +2999,7 @@ path="db/dump/insert_system_email_template_technical_evaluation_rejected.sql"/> - + @@ -3008,7 +3008,7 @@ - + @@ -3069,7 +3069,8 @@ UNIQUE_UUID = 'p4lk3bcx1RStqTaIVVbXs' - + + @@ -3092,11 +3093,7 @@ - - - - - + diff --git a/src/main/resources/message_en.properties b/src/main/resources/message_en.properties index 58dece6b..7e930753 100644 --- a/src/main/resources/message_en.properties +++ b/src/main/resources/message_en.properties @@ -431,3 +431,4 @@ upload.company.document.to.application=Uploaded company document to application company.document.not.found.with.ids=Company document not found. Missing IDs: {0} + diff --git a/src/main/resources/message_it.properties b/src/main/resources/message_it.properties index 78cbb8fd..d88b196c 100644 --- a/src/main/resources/message_it.properties +++ b/src/main/resources/message_it.properties @@ -400,7 +400,7 @@ application.readmit.success=L'applicazione è stata riammessa con successo. no.email.log.msg = Nessuna email trovata per userActionId specificato. user.action.id.not.found = ID azione utente non trovato. ndg.not.found=NDG non trovato. -email.pec.cannot.null=L'indirizzo email pec è obbligatorio. +email.pec.cannot.null=L'indirizzo email pec � obbligatorio. user.request.completed=Richiesta utente completata con successo. end.date.greater.than.now=La data di fine deve essere successiva alla data e all'ora correnti. pec.email.required=Obbligatorio l'indirizzo e-mail PEC. @@ -412,11 +412,11 @@ application.contract.not.found=Contratto di candidatura non trovato. application.contract.fetched=Contratto di candidatura recuperato con successo. application.contract.updated=Contratto di candidatura aggiornato con successo. files.required.for.contract=I file sono necessari per il contratto. -application.contract.already.exist=Il contratto di applicazione esiste già per questa applicazione. -application.not.approved=La domanda non è stata approvata. +application.contract.already.exist=Il contratto di applicazione esiste gi� per questa applicazione. +application.not.approved=La domanda non � stata approvata. subject.body.required=Per creare un contratto sono necessari oggetto e corpo. mail.send.successfully=Email inviata con successo. email.log.fetched=Registro email recuperato correttamente. -amendment.appropiate.status=L'emendamento dell'applicazione non è in stato appropriato per questa operazione. +amendment.appropiate.status=L'emendamento dell'applicazione non � in stato appropriato per questa operazione. upload.company.document.to.application=Documento aziendale caricato correttamente nell'applicazione. -company.document.not.found.with.ids=Documento aziendale non trovato. ID mancanti: {0} \ No newline at end of file +company.document.not.found.with.ids=Documento aziendale non trovato. ID mancanti: {0}