datosProveedor.js 166 Bytes edit raw blame history 1 2 3 4 5 module.exports = function(comprobante) { return '040;' + comprobante.identificaxEmisor.glnEmisor + ';' + comprobante.identificaxEmisor.cuit + ';;;;;;;;;;;;' }