changed model name

This commit is contained in:
Daniel Herrero 2017-12-21 11:47:01 +01:00
parent 86209e43cd
commit 723a4143f6
3 changed files with 6 additions and 6 deletions

View File

@ -18,10 +18,10 @@
}
},
"relations": {
"taxClass": {
"taxGroup": {
"type": "belongsTo",
"model": "TaxClass",
"foreignKey": "taxClassFk"
"model": "TaxGroup",
"foreignKey": "taxGroupFk"
},
"taxCode": {
"type": "belongsTo",

View File

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

View File

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