forked from FrederikBaerentsen/BrickTracker
Unbreak the sort part of the missing part input
This commit is contained in:
parent
d4bce7491a
commit
61a1b0ad94
@ -24,7 +24,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not no_missing %}
|
{% if not no_missing %}
|
||||||
<td {% if not all %}id="sort-item-{{ item.fields.u_id }}-{{ item.fields.id }}" data-sort="{{ item.fields.total_missing }}"{% endif %} class="table-td-missing">
|
<td {% if not all %}id="sort-part-{{ item.fields.u_id }}-{{ item.fields.id }}" data-sort="{{ item.fields.total_missing }}"{% endif %} class="table-td-missing">
|
||||||
{% if all or read_only_missing %}
|
{% if all or read_only_missing %}
|
||||||
{{ item.fields.total_missing }}
|
{{ item.fields.total_missing }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user