fix(bandeja): URL consentimiento → ver_formulario_enviado.php?token=...

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-27 21:31:21 -05:00
co-authored by Claude Sonnet 4.6
parent 368c4c8a5a
commit 9f251d57be
+1 -1
View File
@@ -491,7 +491,7 @@ function _renderDetalle(d) {
const esFirmado = c.estado==='firmado';
const ico = esFirmado ? 'firmado fas fa-check-circle' : 'pendiente fas fa-clock';
const link = c.token
? `<a href="consent.php?token=${c.token}" target="_blank"><i class="fas fa-external-link-alt"></i> Ver</a>` : '';
? `<a href="ver_formulario_enviado.php?token=${c.token}" target="_blank"><i class="fas fa-external-link-alt"></i> Ver</a>` : '';
secC += `<div class="bnd-consent">
<i class="bnd-consent-ico ${ico}"></i>
<span style="font-size:.82rem">${c.formulario_nombre}</span>