- Iscrizione Conacreis

This commit is contained in:
Paolo Arena
2021-05-10 01:50:40 +02:00
parent e05bbb39ee
commit cf97870cc7
16 changed files with 336 additions and 103 deletions

View File

@@ -1974,6 +1974,10 @@ module.exports = {
this.loadApps();
return this.MYAPPS;
}
},
getPaymentTypesById(idmetodo) {
return shared_consts.PaymentTypes[idmetodo]
},
};