2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-15 21:10:50 +00:00

fixing currency display

This commit is contained in:
2021-06-05 13:27:39 +02:00
parent d87592aedb
commit 691142ea4c
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1 +1,2 @@
{% if currency %}{{ currency.symbol }}{% endif %}{{ price }}{% if currency %} {{ currency.suffix }}{% endif %}
{% load djmoney %}
{% money_localize price currency %}