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:
@ -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>
|
||||
|
Reference in New Issue
Block a user