mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
fix double endif
This commit is contained in:
@ -116,7 +116,6 @@ src="{% static 'img/blank_image.png' %}"
|
|||||||
{% else %}
|
{% else %}
|
||||||
<em>{% trans "No suppplier information available" %}</em>
|
<em>{% trans "No suppplier information available" %}</em>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% if order.supplier_reference %}
|
{% if order.supplier_reference %}
|
||||||
|
Reference in New Issue
Block a user