Merge pull request #1128 from idraulicadueci/patch-1
Fix note interne riga documento (#1127)
This commit is contained in:
commit
9e291a87a0
|
@ -28,6 +28,6 @@ echo '
|
|||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
{[ "type": "textarea", "label": "'.tr('Note interne').'", "name": "note", "value": "'.$result['note'].'", "help": "'.tr('Queste note saranno utilizzate solo a scopo interno').'", "extra": "rows=\"2\"" ]}
|
||||
{[ "type": "textarea", "label": "'.tr('Note interne').'", "name": "note", "value": '.json_encode($result['note']).', "help": "'.tr('Queste note saranno utilizzate solo a scopo interno').'", "extra": "rows=\"2\"" ]}
|
||||
</div>
|
||||
</div>';
|
||||
|
|
Loading…
Reference in New Issue