From 8e28bb43128a70aee96bcf71be04b14bd66a3f8f Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Thu, 7 Mar 2019 09:55:22 +0100 Subject: [PATCH] #1211 client.billingData --- loopback/locale/es.json | 5 +++-- modules/client/front/billing-data/index.html | 6 ++++++ modules/client/front/billing-data/index.js | 3 +++ modules/client/front/billing-data/locale/es.yml | 3 ++- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/loopback/locale/es.json b/loopback/locale/es.json index 05e100fb7..b62cd53aa 100644 --- a/loopback/locale/es.json +++ b/loopback/locale/es.json @@ -71,6 +71,7 @@ "You can't create a ticket for a client that has a debt": "No puedes crear un ticket para un client con deuda", "NO SE PUEDE DESACTIVAR EL CONSIGNAT": "NO SE PUEDE DESACTIVAR EL CONSIGNAT", "Error. El NIF/CIF está repetido": "Error. El NIF/CIF está repetido", - "Street cannot be empty": "Street cannot be empty", - "City cannot be empty": "City cannot be empty" + "Street cannot be empty": "Dirección no puede estar en blanco", + "City cannot be empty": "Cuidad no puede estar en blanco", + "Code cannot be blank": "Código no puede estar en blanco" } \ No newline at end of file diff --git a/modules/client/front/billing-data/index.html b/modules/client/front/billing-data/index.html index 300919acc..ce4748829 100644 --- a/modules/client/front/billing-data/index.html +++ b/modules/client/front/billing-data/index.html @@ -111,6 +111,12 @@ show-field="country"> + + + +