module.exports = function(comprobante) { return '000;RECADV;' + comprobante.identificaxEmisor.glnEmisor + ';' + comprobante.identificaxReceptorFactura.glnReceptor + ';' + comprobante.identificaxMensaje.idMensaje; }