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 = (() => { })(); + + +