2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +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

@ -74,7 +74,7 @@ table td.expand {
<div class='header-right'>
<h3>{% trans "Purchase Order" %} {{ prefix }}{{ reference }}</h3>
{% if supplier %}{{ supplier.name }}{% endif %}
{% if supplier %}{{ supplier.name }}{% endif %}{% else %}{% trans "Supplier was deleted" %}{% endif %}
</div>
{% endblock %}