diff --git a/robot.js b/robot.js index 47a9d0f..c56aa0d 100644 --- a/robot.js +++ b/robot.js @@ -329,7 +329,7 @@ async function runHomeserve(ownerId, user, pass, gremiosDB) { const txt = cells[1].querySelector('textarea')?.value || ""; const cleanDesc = txt.split('\n').filter(line => { const l = line.toUpperCase(); - return !["CAMBIO DE ESTADO", "ESTADO ASIGNADO", "SMS NO ENVIADO", "CONTACTO CON PROF", "0000"].some(b => l.includes(b)); + return !["CAMBIO DE ESTADO", "ESTADO ASIGNADO", "SMS NO ENVIADO", "Cobro banco", "Servicio asignado a", "importe para este asegurado", "CONTACTO CON PROF", "0000"].some(b => l.includes(b)); }).slice(0, 3).join('\n').trim(); d['Descripción'] = cleanDesc; } else if (k.length > 1 && v.length > 0 && !k.includes("MENU")) {