2
0
mirror of https://github.com/frappe/books.git synced 2025-01-05 16:12:21 +00:00

fix: Get currency for party

This commit is contained in:
Faris Ansari 2019-12-23 19:02:34 +05:30
parent 15f61f17ff
commit bef259bd84

View File

@ -53,7 +53,8 @@ module.exports = {
{ {
fieldname: 'outstandingAmount', fieldname: 'outstandingAmount',
label: 'Outstanding Amount', label: 'Outstanding Amount',
fieldtype: 'Currency' fieldtype: 'Currency',
getCurrency: doc => doc.currency
}, },
{ {
fieldname: 'currency', fieldname: 'currency',