Specify clin sorting in TO <> CLIN relationship
This also removes the sorted_clins property on the task_order model
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user