datosCabecera.js 196 Bytes edit raw blame history 1 2 3 4 5 6 7 8 module.exports = function(comprobante, idTransaccion) { return '010;' + idTransaccion + ';' + 9 + ';' + moment().format('YYYYMMDD') + ';' + moment().format('YYYYMMDD') + ';'; }