diff --git a/src/staff/tables.py b/src/staff/tables.py index d6f757fb..a9ce9222 100644 --- a/src/staff/tables.py +++ b/src/staff/tables.py @@ -271,10 +271,12 @@ class Meta: "genlab_id", "internal_note", "isolation_method", + "type", ] sequence = [ "checked", "genlab_id", + "type", "marked", "plucked", "isolated", diff --git a/src/staff/templates/staff/sample_lab.html b/src/staff/templates/staff/sample_lab.html index b8ee3564..47368e3c 100644 --- a/src/staff/templates/staff/sample_lab.html +++ b/src/staff/templates/staff/sample_lab.html @@ -5,7 +5,7 @@