model taxGroup changed

This commit is contained in:
Daniel Herrero 2018-01-09 11:25:35 +01:00
parent 37af88ee19
commit d245f7c4f2
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
"taxGroup": {
"type": "belongsTo",
"model": "TaxGroup",
"foreignKey": "taxGroupFk"
"foreignKey": "taxClassFk"
},
"taxCode": {
"type": "belongsTo",

View File

@ -1,9 +1,9 @@
{
"name": "TaxGroup",
"name": "TaxClass",
"base": "VnModel",
"options": {
"mysql": {
"table": "taxGroup",
"table": "taxClass",
"database": "vn"
}
},

View File

@ -42,7 +42,7 @@
"Intrastat": {
"dataSource": "vn"
},
"TaxGroup": {
"TaxClass": {
"dataSource": "vn"
},
"TaxCode": {