mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
hide supply part price on start
This commit is contained in:
parent
ced7768030
commit
36ff21f11e
@ -166,7 +166,8 @@ the part single price shown is the current price for that supplier part"></i></h
|
|||||||
{% for line in price_history %}{{ line.price_diff|stringformat:".2f" }},{% endfor %}
|
{% for line in price_history %}{{ line.price_diff|stringformat:".2f" }},{% endfor %}
|
||||||
],
|
],
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
type: 'line'
|
type: 'line',
|
||||||
|
hidden: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '{% blocktrans %}Part Single Price - {{currency}}{% endblocktrans %}',
|
label: '{% blocktrans %}Part Single Price - {{currency}}{% endblocktrans %}',
|
||||||
@ -177,7 +178,8 @@ the part single price shown is the current price for that supplier part"></i></h
|
|||||||
{% for line in price_history %}{{ line.price_part|stringformat:".2f" }},{% endfor %}
|
{% for line in price_history %}{{ line.price_part|stringformat:".2f" }},{% endfor %}
|
||||||
],
|
],
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
type: 'line'
|
type: 'line',
|
||||||
|
hidden: true,
|
||||||
},
|
},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user