mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-14 00:24:28 +01:00
Fix campo richiesta in fase di aggiunta attività
This commit is contained in:
parent
84742ddcc7
commit
914f9a7ff8
@ -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 '
|
||||
|
Loading…
Reference in New Issue
Block a user