2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 05:26:45 +00:00

Fix purchase order report template (#3674) (#3677)

(cherry picked from commit 6e36ae5f744cb43efa67bd2c2140edad2b435b14)
This commit is contained in:
Oliver 2022-09-14 16:48:05 +10:00 committed by GitHub
parent 6c8226cee6
commit 66d6896925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 %}{% else %}{% trans "Supplier was deleted" %}{% endif %}
{% if supplier %}{{ supplier.name }}{% else %}{% trans "Supplier was deleted" %}{% endif %}
</div>
{% endblock %}