2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

add messages if company was deleted

This commit is contained in:
Matthias
2022-05-04 12:39:12 +02:00
parent 1a3d482e42
commit 00dffd953b
4 changed files with 10 additions and 1 deletions

View File

@ -113,6 +113,9 @@ src="{% static 'img/blank_image.png' %}"
<td>
{% if order.supplier %}
<a href="{% url 'company-detail' order.supplier.id %}">{{ order.supplier.name }}</a>{% include "clip.html"%}
{% else %}
<em>{% trans "No suppplier information available" %}</em>
{% endif %}
{% endif %}
</td>
</tr>