Skip to content

Commit

Permalink
Fix campo richiesta in fase di aggiunta attività
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasalva87 committed Mar 13, 2023
1 parent 84742dd commit 914f9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/interventi/add.php
Expand Up @@ -220,7 +220,7 @@
'name' => 'richiesta',
'id' => 'richiesta_add',
'required' => 1,
'value' => htmlentities($record['richiesta']),
'value' => htmlentities($richiesta),
'extra' => 'style=\'max-height:80px;\'',
]);
echo '
Expand Down

0 comments on commit 914f9a7

Please sign in to comment.