datosComprador.js 245 Bytes edit raw blame history 1 2 3 4 5 module.exports = function(comprobante) { return '030;' + comprobante.identificaxSucursalReceptorFactura.glnSucursal + ';' + comprobante.identificaxSucursalReceptorFactura.numeroDocumento + ';;;;;;;;;;;';//TODO si se requieren mas datos }