lims_report_html: fix method call

This commit is contained in:
Adrián Bernardi 2022-09-20 11:59:33 -03:00
parent 1b3ee22fa7
commit 1abcf60138
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ class LimsReport(Report):
env = cls.get_lims_environment()
report_template = env.from_string(template_string)
context = cls.get_context(records, data)
context = cls.get_context(records, header=[], data)
context.update({
'report': action,
'get_image': cls.get_image,