diff --git a/modules/client/front/address/create/index.html b/modules/client/front/address/create/index.html index 9b3dc2ac2..432d4ebbe 100644 --- a/modules/client/front/address/create/index.html +++ b/modules/client/front/address/create/index.html @@ -24,12 +24,30 @@ + + + + @@ -43,21 +61,7 @@ vn-tooltip="New postcode" ng-click="postcode.open()"> - - - - + + + + + @@ -59,21 +77,6 @@ vn-tooltip="New postcode" ng-click="postcode.open()"> - - - - - - - {{code}}, {{town.name}} - {{town.province.name}} - ({{town.province.country.country}}) - + + + + + + + - - - - - - + url="/api/Postcodes/location" + fields="['code', 'townFk']" + field="$ctrl.client.postcode" + selection="$ctrl.postcodeSelection" + search-function="{code: $search}" + where="{townFk: town.selection.id}" + order="code, townFk" + show-field="code" + value-field="code" + label="Postcode"> + + {{code}}, {{town.name}} - {{town.province.name}} + ({{town.province.country.country}}) + diff --git a/modules/route/front/locale/es.yml b/modules/route/front/locale/es.yml index 0b6c1f2b3..421d40923 100644 --- a/modules/route/front/locale/es.yml +++ b/modules/route/front/locale/es.yml @@ -1,2 +1,3 @@ Routes: Rutas -Search routes by id: Buscar rutas por identificador \ No newline at end of file +Search routes by id: Buscar rutas por identificador +New route: Nueva ruta \ No newline at end of file