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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user