Commit 540b58a0313327edee2f1f5a33c00e1ebbb87168

Authored by Eric Fernandez
1 parent 0ffe083737
Exists in master

linea al final

planex/descuentosGlobalesFactura.js
... ... @@ -9,4 +9,4 @@ module.exports = function(comprobante) {
9 9 importe: comrpobanteArr[4],
10 10 ClasificadorDescuentoOInteres: comrpobanteArr[5]
11 11 };
12   -}
13 12 \ No newline at end of file
  13 +}
planex/detalleDescuentosItemFactura.js
... ... @@ -9,4 +9,4 @@ module.exports = function(comprobante) {
9 9 importeBase: comprobanteArr[4],
10 10 importeDescuento: comprobanteArr[5],
11 11 };
12   -}
13 12 \ No newline at end of file
  13 +}
planex/detalleImpuestosItemFactura.js
... ... @@ -9,4 +9,4 @@ module.exports = function(comprobante) {
9 9 importeBase: comprobanteArr[4],
10 10 importeImpuesto: comprobanteArr[5]
11 11 };
12   -}
13 12 \ No newline at end of file
  13 +}
planex/detalleOtrosImpuestosComprobante.js
... ... @@ -10,4 +10,4 @@ module.exports = function(comprobante) {
10 10 codigoArancelImpuestoOCuota: comprobanteArr[5],
11 11 jurisdiccion: comprobanteArr[6]
12 12 };
13   -}
14 13 \ No newline at end of file
  14 +}
planex/identificaxComprobante.js
... ... @@ -31,5 +31,4 @@ module.exports = function(comprobante) {
31 31 fechaEntrega: comprobanteArr[24],
32 32 numeroVisualizador: comprobanteArr[25]
33 33 };
34   -
35 34 }
planex/identificaxEmisor.js
... ... @@ -31,5 +31,4 @@ module.exports = function(comprobante) {
31 31 numeroFax: comprobanteArr[24],
32 32 codigoVendedor: comprobanteArr[25]
33 33 };
34   -
35 34 }
planex/identificaxReceptorFactura.js
... ... @@ -32,4 +32,4 @@ module.exports = function(comprobante) {
32 32 numeroFax: comprobanteArr[25],
33 33 municipio: comprobanteArr[26]
34 34 };
35   -}
36 35 \ No newline at end of file
  36 +}
planex/identificaxSucursalReceptorFactura.js
... ... @@ -33,4 +33,4 @@ module.exports = function(comprobante) {
33 33 municipio: comprobanteArr[26],
34 34 numeroSucursalReceptorParaEmisor: comprobanteArr[27],
35 35 }
36   -}
37 36 \ No newline at end of file
  37 +}
planex/importesTotales.js
... ... @@ -31,4 +31,4 @@ module.exports = function(comprobante) {
31 31 fechaTipoCambioPago: comprobanteArr[24],
32 32 importeOtrosTributos: comprobanteArr[25]
33 33 };
34   -}
35 34 \ No newline at end of file
  35 +}
planex/informaxRepresentanteEmisor.js
... ... @@ -29,4 +29,4 @@ module.exports = function(comprobante) {
29 29 numeroFax: comprobanteArr[24],
30 30 codigoRepresentante: comprobanteArr[25]
31 31 };
32   -}
33 32 \ No newline at end of file
  33 +}
planex/itemsFactura.js
... ... @@ -31,4 +31,4 @@ module.exports = function(comprobante) {
31 31 codigoMatrix: comprobanteArr[24],
32 32 precioLista: comprobanteArr[25]
33 33 };
34   -}
35 34 \ No newline at end of file
  35 +}