Fix per firma da mobile

This commit is contained in:
Pek5892 2024-01-19 09:06:25 +01:00
parent 764ffb7639
commit 13dbb3d80a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if (get('anteprima') !== null) {
</div>';
}
if (setting('Sistema di firma') == 'Base') {
if ((setting('Sistema di firma') == 'Base') || isMobile() ){
?>
<form action="<?php echo base_path(); ?>/editor.php?id_module=<?php echo $id_module; ?>&id_record=<?php echo $id_record; ?>" method="post" id="form-firma" class="hide">
<input type="hidden" name="op" value="firma">