mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +00:00
Use default curreny code
This commit is contained in:
parent
3f3d058bfa
commit
733951883e
@ -187,7 +187,11 @@ $('#new-po-line').click(function() {
|
||||
quantity: {},
|
||||
reference: {},
|
||||
purchase_price: {},
|
||||
purchase_price_currency: {},
|
||||
purchase_price_currency: {
|
||||
{% if order.supplier.currency %}
|
||||
value: '{{ order.supplier.currency }}',
|
||||
{% endif %}
|
||||
},
|
||||
destination: {},
|
||||
notes: {},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user