From 9f251d57befb290f6d0490213517f8a1a42e658d Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:31:21 -0500 Subject: [PATCH] =?UTF-8?q?fix(bandeja):=20URL=20consentimiento=20?= =?UTF-8?q?=E2=86=92=20ver=5Fformulario=5Fenviado.php=3Ftoken=3D...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- modules/turnero/views/bandeja.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/turnero/views/bandeja.php b/modules/turnero/views/bandeja.php index 92265a2..45c3678 100644 --- a/modules/turnero/views/bandeja.php +++ b/modules/turnero/views/bandeja.php @@ -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 - ? ` Ver` : ''; + ? ` Ver` : ''; secC += `