From 5508c3594f62ad1691fe95d0872cf12cc05a967e Mon Sep 17 00:00:00 2001 From: nelo Date: Wed, 4 Jan 2017 14:54:03 +0100 Subject: [PATCH] =?UTF-8?q?todo=20el=20contenido=20de=20los=20datos=20del?= =?UTF-8?q?=20cliente=20en=20tarjetas,=20falta=20el=20indice=20y=20la=20cr?= =?UTF-8?q?eaci=C3=B3n=20de=20clientes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- @salix/crud/src/client/addresses/index.html | 20 ++-- @salix/crud/src/client/fiscal-data/index.html | 102 ++++++++++-------- @salix/crud/src/client/notes/index.html | 13 ++- 3 files changed, 73 insertions(+), 62 deletions(-) diff --git a/@salix/crud/src/client/addresses/index.html b/@salix/crud/src/client/addresses/index.html index e51684d82c..71f08c7508 100644 --- a/@salix/crud/src/client/addresses/index.html +++ b/@salix/crud/src/client/addresses/index.html @@ -1,14 +1,8 @@ - + + + Addresses - - Default - Consignee - Enabled - - - - @@ -22,8 +16,8 @@ - - - - \ No newline at end of file + + + + diff --git a/@salix/crud/src/client/fiscal-data/index.html b/@salix/crud/src/client/fiscal-data/index.html index 3489f80838..47e2112b97 100644 --- a/@salix/crud/src/client/fiscal-data/index.html +++ b/@salix/crud/src/client/fiscal-data/index.html @@ -1,47 +1,59 @@ -
- Datos fiscales y de facturación - - - - - - - - - - - - - - - - - - - - - - - Información de facturación - - - - - - - - - - - - Documentación - - - - - - - - + + + + Datos fiscales y de facturación + + + + + + + + + + + + + + + + + + + + + + + + + + + Información de facturación + + + + + + + + + + + + + + + + Documentación + + + + + + + + + +
\ No newline at end of file diff --git a/@salix/crud/src/client/notes/index.html b/@salix/crud/src/client/notes/index.html index 6e8f8078a0..83ba1a4a0b 100644 --- a/@salix/crud/src/client/notes/index.html +++ b/@salix/crud/src/client/notes/index.html @@ -1,5 +1,10 @@ -
- Notas - - + + + + Notas + + + + +
\ No newline at end of file