fix(consentimiento): resetear firma conserva datos_respuestas para re-firma
El usuario puede modificar y volver a firmar sin perder lo llenado. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
bf8478244b
commit
fcfdcccba9
@@ -29,10 +29,7 @@ $pdo->prepare(
|
|||||||
firma_svg = NULL,
|
firma_svg = NULL,
|
||||||
firmado_at = NULL,
|
firmado_at = NULL,
|
||||||
firma_profesional_svg = NULL,
|
firma_profesional_svg = NULL,
|
||||||
firmado_profesional_at = NULL,
|
firmado_profesional_at = NULL
|
||||||
datos_respuestas = NULL,
|
|
||||||
siguiente_toma_at = NULL,
|
|
||||||
toma_inicio_at = NULL
|
|
||||||
WHERE token = ?"
|
WHERE token = ?"
|
||||||
)->execute([$token]);
|
)->execute([$token]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user