fix: wrong currency in Stock Balance report
(cherry picked from commit 5a83a16e60)
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
This commit is contained in:
@@ -397,7 +397,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"),
|
||||||
@@ -411,7 +411,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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user