lims_report_html: fix method call (2)

This commit is contained in:
Adrián Bernardi 2022-09-21 08:22:56 -03:00
parent 1abcf60138
commit 29b84d5d23
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, header=[], data)
context = cls.get_context(records, header=[], data=data)
context.update({
'report': action,
'get_image': cls.get_image,