From d1eacedcc12b63627f0cf1e0c129ee3d37f89f75 Mon Sep 17 00:00:00 2001 From: Daniel Herrero Date: Thu, 30 Nov 2017 14:48:47 +0100 Subject: [PATCH] credito en card --- client/client/src/descriptor/descriptor.html | 19 +++++++++++++++++-- client/client/src/locale/es.json | 3 ++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/client/client/src/descriptor/descriptor.html b/client/client/src/descriptor/descriptor.html index 4eaa3029f..ccd535a67 100644 --- a/client/client/src/descriptor/descriptor.html +++ b/client/client/src/descriptor/descriptor.html @@ -8,8 +8,23 @@
{{::$ctrl.client.id}}
{{$ctrl.client.name}}
{{$ctrl.client.phone}}
-
Credit: {{$ctrl.client.credit}} €
- + + + + Credit: + + + {{$ctrl.client.credit || 0}} € + + + + + Secured credit: + + + {{$ctrl.client.creditInsurance || 0}} € + + diff --git a/client/client/src/locale/es.json b/client/client/src/locale/es.json index 6ff1bec95..0c4cd2362 100644 --- a/client/client/src/locale/es.json +++ b/client/client/src/locale/es.json @@ -17,5 +17,6 @@ "Save": "Guardar", "Pay method" : "Forma de pago", "Address": "Consignatario", - "Credit" : "Crédito" + "Credit" : "Crédito", + "Secured credit": "Crédito asegurado" }