Allowing company to connect to multiple users

This commit is contained in:
harish
2024-10-01 19:15:22 +05:30
parent 4e7ee29ea0
commit e335da3225
5 changed files with 23 additions and 6 deletions

View File

@@ -205,3 +205,4 @@ vatnumber.mandatory=VatNumber is mandatory.
vatnumber.already.exists=VatNumber already exists.
invalid.email=Invalid email.
company.id.mandatory=Company id is mandatory.
user.already.connected.to.company=The user is already connected to this company.

View File

@@ -198,3 +198,4 @@ vatnumber.mandatory=Il numero di partita IVA
vatnumber.already.exists=Il numero di partita IVA esiste già.
invalid.email=Email non valida.
company.id.mandatory=L'ID dell'azienda è obbligatorio.
user.already.connected.to.company=L'utente è già collegato a questa azienda.