- sendcoins
- font - catalogo
This commit is contained in:
@@ -5831,7 +5831,7 @@ module.exports = {
|
||||
}
|
||||
if (mov.groupfrom) {
|
||||
userfrom += mov.groupfrom.groupname
|
||||
tipocontofrom = shared_consts.AccountType.COLLECTIVE_ACCOUNT
|
||||
tipocontofrom = shared_consts.AccountType.CONTO_DI_GRUPPO
|
||||
}
|
||||
if (mov.userfrom) {
|
||||
userfrom += mov.userfrom.username
|
||||
@@ -5844,7 +5844,7 @@ module.exports = {
|
||||
}
|
||||
if (mov.groupto) {
|
||||
userto += mov.groupto.groupname
|
||||
tipocontoto = shared_consts.AccountType.COLLECTIVE_ACCOUNT
|
||||
tipocontoto = shared_consts.AccountType.CONTO_DI_GRUPPO
|
||||
}
|
||||
if (mov.userto) {
|
||||
userto += mov.userto.username
|
||||
|
||||
Reference in New Issue
Block a user