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:
parent
15f61f17ff
commit
bef259bd84
@ -53,7 +53,8 @@ module.exports = {
|
||||
{
|
||||
fieldname: 'outstandingAmount',
|
||||
label: 'Outstanding Amount',
|
||||
fieldtype: 'Currency'
|
||||
fieldtype: 'Currency',
|
||||
getCurrency: doc => doc.currency
|
||||
},
|
||||
{
|
||||
fieldname: 'currency',
|
||||
|
Loading…
Reference in New Issue
Block a user