Fix campo richiesta in fase di aggiunta attività
This commit is contained in:
parent
84742ddcc7
commit
914f9a7ff8
|
@ -220,7 +220,7 @@ echo '
|
||||||
'name' => 'richiesta',
|
'name' => 'richiesta',
|
||||||
'id' => 'richiesta_add',
|
'id' => 'richiesta_add',
|
||||||
'required' => 1,
|
'required' => 1,
|
||||||
'value' => htmlentities($record['richiesta']),
|
'value' => htmlentities($richiesta),
|
||||||
'extra' => 'style=\'max-height:80px;\'',
|
'extra' => 'style=\'max-height:80px;\'',
|
||||||
]);
|
]);
|
||||||
echo '
|
echo '
|
||||||
|
|
Loading…
Reference in New Issue