Skip to content

Commit 0b4d1bd

Browse files
fix: visualizzazione campi personalizzati
1 parent 36b5c57 commit 0b4d1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/tipi_intervento/edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
$id_tipi = $dbo->select('in_tipiintervento_tipologie', '*', [], ['idtipointervento' => $id_record]);
2323
$id_tipi = implode(',' ,array_column($id_tipi, 'tipo'));
2424

25-
?><form action="" method="post">
25+
?><form action="" method="post" id="edit-form">
2626
<input type="hidden" name="op" value="update">
2727
<input type="hidden" name="backto" value="record-edit">
2828
<input type="hidden" name="id_record" value="<?php echo $id_record; ?>">

0 commit comments

Comments
 (0)