lims_report_html: use report template associated to analysis group

This commit is contained in:
Adrián Bernardi 2021-07-13 12:49:15 -03:00
parent 8c48074df2
commit fd76e0b0b1
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ class ResultsReportVersionDetail(metaclass=PoolMeta):
ok = True
services = Service.search([
('fraction', '=', notebook.fraction),
('analysis.type', '=', 'group'),
('annulled', '=', False),
])
for service in services: