Fixed call end date issue

This commit is contained in:
rajesh
2025-07-10 20:31:41 +05:30
parent 316b08cba1
commit ad26599d48
4 changed files with 42 additions and 13 deletions

View File

@@ -411,3 +411,5 @@ user.action.id.not.found = User Action id not found.
ndg.not.found=NDG not found.
email.pec.cannot.null=Email pec is required.
user.request.completed=User request completed successfully.
end.date.greater.than.now=End date must be greater than the current date and time.

View File

@@ -402,3 +402,5 @@ 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.
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.