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