2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

fix templates

This commit is contained in:
Matthias
2022-05-02 22:41:24 +02:00
parent 8f3899ffe6
commit e7b189ba29
8 changed files with 35 additions and 7 deletions

View File

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