2
0
mirror of https://github.com/frappe/books.git synced 2024-12-31 22:11:48 +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',
label: 'Outstanding Amount',
fieldtype: 'Currency'
fieldtype: 'Currency',
getCurrency: doc => doc.currency
},
{
fieldname: 'currency',