2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Use default curreny code

This commit is contained in:
Oliver
2021-07-16 13:35:51 +10:00
parent 3f3d058bfa
commit 733951883e

View File

@ -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: {},
},