lims: add Party to Sample Sequence Report (2)

This commit is contained in:
Adrián Bernardi 2022-05-04 17:33:54 -03:00
parent cc31f7a5a9
commit 1dca95d238
1 changed files with 1 additions and 1 deletions

View File

@ -5738,7 +5738,7 @@ class PlanificationSequenceReport(Report):
trace_report = fraction.sample.trace_report
sample_client_description = (
fraction.sample.sample_client_description)
party = notebook_line.party.name
party = notebook_line.party.code
key = (number, product_type, matrix, fraction_type,
analysis_origin, priority, trace_report)
if key not in objects[date]['methods'][method_id]['lines']: