Skip to content

Commit

Permalink
Update RML indexes in orderform 1604 19 (#3906)(patch)
Browse files Browse the repository at this point in the history
## Description
Addresses the backend part of #3869

Adds the new version of the RML orderform to the backend

### Added

- Fixture for orderform 1604-19

### Changed

- The version of the orderform in the constants
- remove old orderform
  • Loading branch information
diitaz93 authored Nov 11, 2024
1 parent 053253d commit eee5fa8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/constants/orderforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_current_orderform_version(order_form: str) -> str:
"""Returns the current version of the given order form."""
current_order_form_versions = {
Orderform.MIP_DNA: "31",
Orderform.RML: "18",
Orderform.RML: "19",
Orderform.MICROSALT: "11",
Orderform.SARS_COV_2: "9",
Orderform.MICROBIAL_FASTQ: "1",
Expand Down
Binary file removed tests/fixtures/orderforms/1604.18.rml.xlsx
Binary file not shown.
Binary file added tests/fixtures/orderforms/1604.19.rml.xlsx
Binary file not shown.

0 comments on commit eee5fa8

Please sign in to comment.