fix: refs #6897 fix json
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2024-08-30 12:10:33 +02:00
parent b451641d47
commit e8010d0f18
1 changed files with 4 additions and 1 deletions

View File

@ -74,6 +74,9 @@
}, },
"observationEditorFk": { "observationEditorFk": {
"type": "number" "type": "number"
},
"invoiceAmount": {
"type": "number"
} }
}, },
"relations": { "relations": {
@ -108,4 +111,4 @@
"foreignKey": "typeFk" "foreignKey": "typeFk"
} }
} }
} }