This commit is contained in:
Lizandro Guarnizo
2026-06-16 16:55:22 -05:00
parent a4a062095e
commit ff8454fa5a
5 changed files with 160 additions and 7 deletions
+2
View File
@@ -1088,6 +1088,8 @@ const formCliente = {
}
show('success-screen');
window.scrollTo({top: 0, behavior: 'smooth'});
// Notificar al frame padre si estamos en modo presencial del turnero
try { window.parent.postMessage({ type: 'turneroFirmado' }, '*'); } catch(_) {}
},
};