diff --git a/modules/agency/back/models/zone.json b/modules/agency/back/models/zone.json index 9b03bee6ad..997fedcc7a 100644 --- a/modules/agency/back/models/zone.json +++ b/modules/agency/back/models/zone.json @@ -30,6 +30,9 @@ }, "isVolumetric": { "type": "Boolean" + }, + "inflation": { + "type": "Number" } }, "relations": { diff --git a/modules/agency/front/basic-data/index.html b/modules/agency/front/basic-data/index.html index 7eaac4ef92..5cff23eb16 100644 --- a/modules/agency/front/basic-data/index.html +++ b/modules/agency/front/basic-data/index.html @@ -5,7 +5,7 @@ form="form" save="patch"> -
+ - + + diff --git a/modules/agency/front/locale/es.yml b/modules/agency/front/locale/es.yml index ef226ef107..cae17b94b5 100644 --- a/modules/agency/front/locale/es.yml +++ b/modules/agency/front/locale/es.yml @@ -10,4 +10,5 @@ Zones: Zonas New zone: Nueva zona Volumetric: Volumétrico Clone: Clonar -Search zone by id or name: Buscar zonas por identificador o nombre \ No newline at end of file +Search zone by id or name: Buscar zonas por identificador o nombre +Inflation: Inflación \ No newline at end of file diff --git a/modules/ticket/front/sale/locale/es.yml b/modules/ticket/front/sale/locale/es.yml index 753323c414..9deb3f06ad 100644 --- a/modules/ticket/front/sale/locale/es.yml +++ b/modules/ticket/front/sale/locale/es.yml @@ -19,6 +19,7 @@ Available: Disponible In which day you want to add the ticket?: ¿A que dia quieres añadir el ticket? Add claim: Crear reclamación Claim: Reclamación +Transfer lines: Transferir líneas Sales to transfer: Líneas a transferir Destination ticket: Ticket destinatario Change ticket state to 'Ok': Cambiar estado del ticket a 'Ok'