fix(portal): agregar 'del Laboratorio Ximena Caicedo' en mensaje WhatsApp del enfermero
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
79a5438531
commit
17a9f05005
@@ -761,7 +761,7 @@ const portal = {
|
|||||||
? (()=>{
|
? (()=>{
|
||||||
const tel = item.paciente_telefono.replace(/\D/g,'');
|
const tel = item.paciente_telefono.replace(/\D/g,'');
|
||||||
const txt = encodeURIComponent(
|
const txt = encodeURIComponent(
|
||||||
'Hola, soy ' + ENFERMERO_NOMBRE + ', el profesional de salud asignado a su atenci\u00f3n. '+
|
'Hola, soy ' + ENFERMERO_NOMBRE + ' del Laboratorio Ximena Caicedo, el profesional de salud asignado a su atenci\u00f3n. '+
|
||||||
'Me comunico con ' + (item.paciente_nombre||'usted') + ' para confirmar la visita programada. \u00bfTiene alguna pregunta?'
|
'Me comunico con ' + (item.paciente_nombre||'usted') + ' para confirmar la visita programada. \u00bfTiene alguna pregunta?'
|
||||||
);
|
);
|
||||||
return `<a class="btn btn-outline-success btn-accion"
|
return `<a class="btn btn-outline-success btn-accion"
|
||||||
|
|||||||
Reference in New Issue
Block a user