mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
using new tag for currency
This commit is contained in:
parent
0eff7d000a
commit
44717b646f
@ -13,7 +13,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block details %}
|
{% block details %}
|
||||||
{% settings_value "INVENTREE_DEFAULT_CURRENCY" as currency %}
|
{% default_currency as currency %}
|
||||||
|
|
||||||
{% crispy form %}
|
{% crispy form %}
|
||||||
|
|
||||||
@ -130,7 +130,7 @@ the part single price shown is the current price for that supplier part"></i></h
|
|||||||
{% block js_ready %}
|
{% block js_ready %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
|
|
||||||
{% settings_value "INVENTREE_DEFAULT_CURRENCY" as currency %}
|
{% default_currency as currency %}
|
||||||
{% if price_history %}
|
{% if price_history %}
|
||||||
var pricedata = {
|
var pricedata = {
|
||||||
labels: [
|
labels: [
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{% load i18n inventree_extras %}
|
{% load i18n inventree_extras %}
|
||||||
|
|
||||||
{% block pre_form_content %}
|
{% block pre_form_content %}
|
||||||
{% settings_value "INVENTREE_DEFAULT_CURRENCY" as currency %}
|
{% default_currency as currency %}
|
||||||
<table class='table table-striped table-condensed table-price-two'>
|
<table class='table table-striped table-condensed table-price-two'>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>{% trans 'Part' %}</b></td>
|
<td><b>{% trans 'Part' %}</b></td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user