2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Display currency selection in part pricing dialog

This commit is contained in:
Oliver Walters
2019-09-03 22:28:53 +10:00
parent 7314f33d6d
commit 3682e9b5fb
3 changed files with 44 additions and 11 deletions

View File

@ -0,0 +1 @@
{% if currency %}{{ currency.symbol }}{% endif %}{{ price }}{% if currency %} {{ currency.suffix }}{% endif %}