fix: fix options of currency fieldtype in Expense Taxes and Charges (#20910)

This commit is contained in:
Prssanna Desai
2020-03-16 15:52:00 +05:30
committed by GitHub
parent 6f3941c9cc
commit 46053f6c8f

View File

@@ -70,7 +70,7 @@
"label": "Amount",
"oldfieldname": "tax_amount",
"oldfieldtype": "Currency",
"options": "currency"
"options": "Company:company:default_currency"
},
{
"columns": 2,
@@ -80,7 +80,7 @@
"label": "Total",
"oldfieldname": "total",
"oldfieldtype": "Currency",
"options": "currency",
"options": "Company:company:default_currency",
"read_only": 1
},
{