lims_instrument: only use lines with start_date (planned)

This commit is contained in:
Adrián Bernardi 2020-12-17 10:35:02 -03:00
parent ebaba2a4bb
commit 0afdc805a9
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ class NotebookLoadResultsFile(Wizard):
('notebook', '=', notebook[0]),
('analysis', '=', analysis),
('repetition', '=', rep),
('start_date', '!=', None),
('result', 'in', [None, '']),
('converted_result', 'in', [None, '']),
('literal_result', 'in', [None, '']),