lims_report_html: add translate to comments plain

This commit is contained in:
Sebastián Marró 2020-12-14 12:45:54 -03:00
parent 271c25b33b
commit 0e0633eecb
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class ResultsReportVersionDetail(metaclass=PoolMeta):
('1', '1'),
('2', '2'),
], 'Charts per Row')
comments_plain = fields.Function(fields.Text('Comments'),
comments_plain = fields.Function(fields.Text('Comments', translate=True),
'get_comments_plain', setter='set_comments_plain')
@classmethod