From a70f49f42b00e08f8debdd9f1ed786524afa7f6f Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Tue, 21 Jul 2026 14:33:31 -0500 Subject: [PATCH] =?UTF-8?q?turnero:=20par=C3=A1metro=20=3Fautoprint=3D1=20?= =?UTF-8?q?para=20imprimir=20autom=C3=A1ticamente=20al=20cargar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- ver_formulario_enviado.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ver_formulario_enviado.php b/ver_formulario_enviado.php index 5dafd3c..4ceb626 100644 --- a/ver_formulario_enviado.php +++ b/ver_formulario_enviado.php @@ -229,6 +229,7 @@ $todos = array_merge($datosPrefilled, $datosCliente); $modoEditar = $modoTurnero && $envio['estado'] !== 'firmado'; $embebido = isset($_GET['embed']) && $_GET['embed'] === '1'; $compact = $embebido && isset($_GET['compact']); +$autoprint = isset($_GET['autoprint']) && $_GET['autoprint'] === '1'; // Firma pre-guardada del profesional logueado (para botón de 1 clic) $firmaProfPreguardada = null; @@ -2760,5 +2761,8 @@ const topaz = (() => { })(); + + +