ver 0.5.71:

- Info Conto
- Admin: poter modificare Fido e QtaMax, sia per i Conti Collettivi sia per gli Utenti.
This commit is contained in:
Surya Paolo
2023-02-23 17:20:54 +01:00
parent c8e0f7922f
commit a250700c8b
9 changed files with 318 additions and 16 deletions

View File

@@ -7689,6 +7689,10 @@ export const tools = {
return myrec ? myrec.field : ''
},
getNomeUtenteByRecUser(user: IUserFields) {
return user.name ? user.name + ' ' + (user.surname ? user.surname : '') : user.username
},
// FINE !
// getLocale() {