datosIndentificacionMensaje.js 230 Bytes
module.exports = function(comprobante) {

  return '000;RECADV;' +
    comprobante.identificaxReceptorFactura.glnReceptor + ';' +
    comprobante.identificaxEmisor.glnEmisor + ';' +
    comprobante.identificaxMensaje.idMensaje;
}