diff --git a/apc-web/src/main/java/com/arrebol/apc/web/beans/dashboard/DashboardBean.java b/apc-web/src/main/java/com/arrebol/apc/web/beans/dashboard/DashboardBean.java index 21e782b..f9518bf 100644 --- a/apc-web/src/main/java/com/arrebol/apc/web/beans/dashboard/DashboardBean.java +++ b/apc-web/src/main/java/com/arrebol/apc/web/beans/dashboard/DashboardBean.java @@ -495,19 +495,19 @@ public class DashboardBean extends GenericBean implements Serializable { + "

Datos del Cliente

\n" + "
\n" + "
Dirección completa:
\n" - + "
[DIRECCIÓN COMPLETA]
\n" + + "
" + clienteBoleta.getAddressHome() + "
\n" + "
\n" + "
\n" + "
Colonia/Municipio:
\n" - + "
[COLONIA/MUNICIPIO]
\n" + + "
" + clienteBoleta.getPersonalColonia() + "
\n" + "
Entre calles:
\n" - + "
[CRUZAMIENTOS]
\n" + + "
" + clienteBoleta.getPersonalCruzamientos() + "
\n" + "
Ciudad:
\n" - + "
[CIUDAD]
\n" + + "
" + clienteBoleta.getPersonalCiudad() + "
\n" + "
\n" + "
\n" + "
Teléfono/Celular:
\n" - + "
[TELÉFONO]
\n" + + "
" + clienteBoleta.getPersonalCelular() + "
\n" + "
\n" + " " + "\n" @@ -692,7 +692,7 @@ public class DashboardBean extends GenericBean implements Serializable { + "
Investigación crediticia:
\n" + "
\n" + "
Monto por pago:
\n" - + "
" + selectedLoan.getLoanType().getPaymentDaily() + "
\n" + + "
" + clienteBoleta.getDatosCreditoPagosDe() + "
\n" + " \n" + " \n" + "\n"