agencyService changes to agencyMode

This commit is contained in:
Daniel Herrero 2017-10-19 09:21:34 +02:00
parent 9159af69f4
commit 83d262ec32
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@
<vn-horizontal>
<vn-autocomplete vn-one
field="$ctrl.address.agencyFk"
url="/client/api/AgencyServices"
url="/client/api/AgencyModes"
show-field="name"
value-field="id"
label="Agency">

View File

@ -33,7 +33,7 @@
<vn-horizontal>
<vn-autocomplete vn-one
field="$ctrl.address.defaultAgencyFk"
url="/client/api/AgencyServices"
url="/client/api/AgencyModes"
show-field="name"
value-field="id"
label="Agency">

View File

@ -1,5 +1,5 @@
{
"name": "AgencyService",
"name": "AgencyMode",
"base": "VnModel",
"properties": {
"id": {

View File

@ -42,7 +42,7 @@
"Address": {
"dataSource": "vn"
},
"AgencyService": {
"AgencyMode": {
"dataSource": "vn"
},
"Province": {