Specify clin sorting in TO <> CLIN relationship

This also removes the sorted_clins property on the task_order model
This commit is contained in:
graham-dds
2020-02-19 16:41:51 -05:00
parent 612e254104
commit d46ed2b5b4
4 changed files with 9 additions and 10 deletions

View File

@@ -57,7 +57,7 @@
</thead>
<tbody>
{% for clin in task_order.sorted_clins %}
{% for clin in task_order.clins %}
<tr>
<td>{{ clin.number }}</td>
<td>{{ clin.type }}</td>