Fix campo richiesta in fase di aggiunta attività

This commit is contained in:
Luca 2023-03-13 21:17:05 +01:00
parent 84742ddcc7
commit 914f9a7ff8
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ echo '
'name' => 'richiesta',
'id' => 'richiesta_add',
'required' => 1,
'value' => htmlentities($record['richiesta']),
'value' => htmlentities($richiesta),
'extra' => 'style=\'max-height:80px;\'',
]);
echo '