mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Report template currency updates (#4469)
* Move render_currency into helpers.py - Add duplicate tag to report.py - Add option for currency conversion (optional) * Update report templates - Use "render_currency" instead of including price_data template * Remove 'price_data.html' template entirely
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
{% load inventree_extras %}
|
||||
{% load i18n %}
|
||||
|
||||
{% if price %}
|
||||
{% render_currency price %}
|
||||
{% else %}
|
||||
<em>{% trans "No data" %}</em>
|
||||
{% endif %}
|
Reference in New Issue
Block a user