From 540b58a0313327edee2f1f5a33c00e1ebbb87168 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Wed, 15 May 2019 17:14:18 -0300 Subject: [PATCH] linea al final --- planex/descuentosGlobalesFactura.js | 2 +- planex/detalleDescuentosItemFactura.js | 2 +- planex/detalleImpuestosItemFactura.js | 2 +- planex/detalleOtrosImpuestosComprobante.js | 2 +- planex/identificaxComprobante.js | 1 - planex/identificaxEmisor.js | 1 - planex/identificaxReceptorFactura.js | 2 +- planex/identificaxSucursalReceptorFactura.js | 2 +- planex/importesTotales.js | 2 +- planex/informaxRepresentanteEmisor.js | 2 +- planex/itemsFactura.js | 2 +- 11 files changed, 9 insertions(+), 11 deletions(-) diff --git a/planex/descuentosGlobalesFactura.js b/planex/descuentosGlobalesFactura.js index 67eb697..0d5f891 100644 --- a/planex/descuentosGlobalesFactura.js +++ b/planex/descuentosGlobalesFactura.js @@ -9,4 +9,4 @@ module.exports = function(comprobante) { importe: comrpobanteArr[4], ClasificadorDescuentoOInteres: comrpobanteArr[5] }; -} \ No newline at end of file +} diff --git a/planex/detalleDescuentosItemFactura.js b/planex/detalleDescuentosItemFactura.js index f981a56..6765048 100644 --- a/planex/detalleDescuentosItemFactura.js +++ b/planex/detalleDescuentosItemFactura.js @@ -9,4 +9,4 @@ module.exports = function(comprobante) { importeBase: comprobanteArr[4], importeDescuento: comprobanteArr[5], }; -} \ No newline at end of file +} diff --git a/planex/detalleImpuestosItemFactura.js b/planex/detalleImpuestosItemFactura.js index a62f212..8754d9a 100644 --- a/planex/detalleImpuestosItemFactura.js +++ b/planex/detalleImpuestosItemFactura.js @@ -9,4 +9,4 @@ module.exports = function(comprobante) { importeBase: comprobanteArr[4], importeImpuesto: comprobanteArr[5] }; -} \ No newline at end of file +} diff --git a/planex/detalleOtrosImpuestosComprobante.js b/planex/detalleOtrosImpuestosComprobante.js index 7e555a4..db2d31c 100644 --- a/planex/detalleOtrosImpuestosComprobante.js +++ b/planex/detalleOtrosImpuestosComprobante.js @@ -10,4 +10,4 @@ module.exports = function(comprobante) { codigoArancelImpuestoOCuota: comprobanteArr[5], jurisdiccion: comprobanteArr[6] }; -} \ No newline at end of file +} diff --git a/planex/identificaxComprobante.js b/planex/identificaxComprobante.js index 08a1113..5c27b04 100644 --- a/planex/identificaxComprobante.js +++ b/planex/identificaxComprobante.js @@ -31,5 +31,4 @@ module.exports = function(comprobante) { fechaEntrega: comprobanteArr[24], numeroVisualizador: comprobanteArr[25] }; - } diff --git a/planex/identificaxEmisor.js b/planex/identificaxEmisor.js index c57925d..8c73296 100644 --- a/planex/identificaxEmisor.js +++ b/planex/identificaxEmisor.js @@ -31,5 +31,4 @@ module.exports = function(comprobante) { numeroFax: comprobanteArr[24], codigoVendedor: comprobanteArr[25] }; - } diff --git a/planex/identificaxReceptorFactura.js b/planex/identificaxReceptorFactura.js index 9149fb8..460586b 100644 --- a/planex/identificaxReceptorFactura.js +++ b/planex/identificaxReceptorFactura.js @@ -32,4 +32,4 @@ module.exports = function(comprobante) { numeroFax: comprobanteArr[25], municipio: comprobanteArr[26] }; -} \ No newline at end of file +} diff --git a/planex/identificaxSucursalReceptorFactura.js b/planex/identificaxSucursalReceptorFactura.js index f5781fc..7625a8e 100644 --- a/planex/identificaxSucursalReceptorFactura.js +++ b/planex/identificaxSucursalReceptorFactura.js @@ -33,4 +33,4 @@ module.exports = function(comprobante) { municipio: comprobanteArr[26], numeroSucursalReceptorParaEmisor: comprobanteArr[27], } -} \ No newline at end of file +} diff --git a/planex/importesTotales.js b/planex/importesTotales.js index fe15ea6..209104c 100644 --- a/planex/importesTotales.js +++ b/planex/importesTotales.js @@ -31,4 +31,4 @@ module.exports = function(comprobante) { fechaTipoCambioPago: comprobanteArr[24], importeOtrosTributos: comprobanteArr[25] }; -} \ No newline at end of file +} diff --git a/planex/informaxRepresentanteEmisor.js b/planex/informaxRepresentanteEmisor.js index 8ca56a3..c2b0e42 100644 --- a/planex/informaxRepresentanteEmisor.js +++ b/planex/informaxRepresentanteEmisor.js @@ -29,4 +29,4 @@ module.exports = function(comprobante) { numeroFax: comprobanteArr[24], codigoRepresentante: comprobanteArr[25] }; -} \ No newline at end of file +} diff --git a/planex/itemsFactura.js b/planex/itemsFactura.js index 6867437..c9b1099 100644 --- a/planex/itemsFactura.js +++ b/planex/itemsFactura.js @@ -31,4 +31,4 @@ module.exports = function(comprobante) { codigoMatrix: comprobanteArr[24], precioLista: comprobanteArr[25] }; -} \ No newline at end of file +} -- 1.9.1