lims_report_html: Approval of Results Reports: show comments field with html widget

This commit is contained in:
Adrián Bernardi 2020-05-27 11:24:39 -03:00
parent d906a5a137
commit 3b84302b3a
1 changed files with 4 additions and 0 deletions

View File

@ -20,4 +20,8 @@
<label name="template"/>
<field name="template"/>
</xpath>
<xpath expr="/form/notebook/page[@id='comments']/field[@name='comments']"
position="before">
<field name="comments" colspan="4" widget="html"/>
</xpath>
</data>