datosIndentificacionMensaje.js 230 Bytes edit raw blame history 1 2 3 4 5 6 7 module.exports = function(comprobante) { return '000;RECADV;' + comprobante.identificaxEmisor.glnEmisor + ';' + comprobante.identificaxReceptorFactura.glnReceptor + ';' + comprobante.identificaxMensaje.idMensaje; }