added Tipi di Contributi

This commit is contained in:
paoloar77
2021-12-17 18:30:18 +01:00
parent 87a0f317cd
commit 3c194f06a5
14 changed files with 142 additions and 47 deletions

View File

@@ -808,7 +808,7 @@ export default defineComponent({
function createContribType(value: any) {
console.log('createContribType', value)
tools.createNewRecord($q, 'contribtype', { label: value }).then((myrec) => {
tools.createNewRecord($q, 'contribtypes', { label: value }).then((myrec) => {
// console.log('myrec')
calendarStore.contribtype.push(myrec)
})