mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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: {},
|
quantity: {},
|
||||||
reference: {},
|
reference: {},
|
||||||
purchase_price: {},
|
purchase_price: {},
|
||||||
purchase_price_currency: {},
|
purchase_price_currency: {
|
||||||
|
{% if order.supplier.currency %}
|
||||||
|
value: '{{ order.supplier.currency }}',
|
||||||
|
{% endif %}
|
||||||
|
},
|
||||||
destination: {},
|
destination: {},
|
||||||
notes: {},
|
notes: {},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user