Updated code

This commit is contained in:
harish
2024-10-09 20:22:25 +05:30
parent b896096c8d
commit 75ae714a2d
3 changed files with 4 additions and 1 deletions

View File

@@ -200,6 +200,6 @@ public class GepafinConstant {
public static final String USER_COMPANY_RELATION_NOT_FOUND = "user.company.relation.not.found";
public static final String DELEGATION_DELETE_SUCCESS = "delegation.delete.success";
public static final String USER_NOT_AUTHORIZED_TO_CREATE_APPLICATION = "user.not.authorized.create.application";
public static final String APPLICATION_SUBMITTED_CANNOT_CHANGE = "application.submitted.cannot.change";
}

View File

@@ -225,4 +225,6 @@ delegation.not.found=Delegation not found.
user.company.relation.not.found=User with the specified company relation not found.
delegation.delete.success=Delegation deleted successfully.
user.not.authorized.create.application=User must be a legal representative or have delegation.
application.submitted.cannot.change=The submitted application cannot be changed.

View File

@@ -220,6 +220,7 @@ delegation.not.found=Delega non trovata.
user.company.relation.not.found=Relazione utente con l'azienda specificata non trovata.
delegation.delete.success=Delega eliminata con successo.
user.not.authorized.create.application=L'utente deve essere un rappresentante legale o avere una delega.
application.submitted.cannot.change=La domanda inviata non può essere modificata.