fix: wrong currency in Stock Balance report
This commit is contained in:
parent
d6201ce5c7
commit
5a83a16e60
@ -413,7 +413,7 @@ class StockBalanceReport(object):
|
|||||||
"fieldname": "bal_val",
|
"fieldname": "bal_val",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"width": 100,
|
"width": 100,
|
||||||
"options": "currency",
|
"options": "Company:company:default_currency",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Opening Qty"),
|
"label": _("Opening Qty"),
|
||||||
@ -427,7 +427,7 @@ class StockBalanceReport(object):
|
|||||||
"fieldname": "opening_val",
|
"fieldname": "opening_val",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"width": 110,
|
"width": 110,
|
||||||
"options": "currency",
|
"options": "Company:company:default_currency",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("In Qty"),
|
"label": _("In Qty"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user