- sendcoins
- font - catalogo
This commit is contained in:
@@ -92,7 +92,7 @@ export default defineComponent({
|
||||
},
|
||||
{
|
||||
label: t('circuit.conticollettivi'),
|
||||
value: shared_consts.AccountType.COLLECTIVE_ACCOUNT,
|
||||
value: shared_consts.AccountType.CONTO_DI_GRUPPO,
|
||||
}
|
||||
])
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
v-else-if="tipoConto === shared_consts.AccountType.COLLECTIVE_ACCOUNT"
|
||||
v-else-if="tipoConto === shared_consts.AccountType.CONTO_DI_GRUPPO"
|
||||
>
|
||||
<div v-for="(grp, i) in usersList.listgroup" :key="i">
|
||||
<CMyGroup :mygrp="grp" :visu="costanti.USER_GROUPS" :noaut="true">
|
||||
|
||||
Reference in New Issue
Block a user