2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

Merge pull request #1824 from SchrodingersGat/po-currency

Use default curreny code
This commit is contained in:
Oliver
2021-07-16 13:54:41 +10:00
committed by GitHub

View File

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