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:
parent
15f61f17ff
commit
bef259bd84
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user