From 37d219119193cc3202b978c11f3573f3096b812d Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Thu, 31 Jan 2019 17:02:23 -0300 Subject: [PATCH] agrego modulos configurarTerminal, modalInformeChofer --- index.html | 2 ++ src/js/app.js | 2 ++ src/sass/general.scss | 5 +++++ 3 files changed, 9 insertions(+) diff --git a/index.html b/index.html index 89c8e64..760a419 100644 --- a/index.html +++ b/index.html @@ -52,6 +52,7 @@ + @@ -80,6 +81,7 @@ + diff --git a/src/js/app.js b/src/js/app.js index ea709be..33c4eaf 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -28,6 +28,7 @@ angular.module('appWrapperDemo', [ 'focaBusquedaProductos', 'focaCabeceraFacturador', 'focaConfiguracion', + 'focaConfigurarTerminal', 'focaCrearCobranza', 'focaCrearHojaRuta', 'focaCrearLogin', @@ -54,6 +55,7 @@ angular.module('appWrapperDemo', [ 'focaModalFacturaDetalle', 'focaModalFlete', 'focaModalGraficoCisternas', + 'focaModalInformeChofer', 'focaModalInformeHojaRuta', 'focaModalListaPrecio', 'focaModalLocalidad', diff --git a/src/sass/general.scss b/src/sass/general.scss index 865e94c..162e2bc 100644 --- a/src/sass/general.scss +++ b/src/sass/general.scss @@ -57,3 +57,8 @@ input::-webkit-inner-spin-button { .right-0{ right: 0; } + +.tabla-factura{ + word-wrap: break-word; + table-layout: fixed; +} \ No newline at end of file -- 1.9.1