Merge pull request #38778 from s-aga-r/FIX-7327

fix: wrong currency in Stock Balance report
This commit is contained in:
s-aga-r 2023-12-15 15:28:52 +05:30 committed by GitHub
commit 9a5c422074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -413,7 +413,7 @@ class StockBalanceReport(object):
"fieldname": "bal_val",
"fieldtype": "Currency",
"width": 100,
"options": "currency",
"options": "Company:company:default_currency",
},
{
"label": _("Opening Qty"),
@ -427,7 +427,7 @@ class StockBalanceReport(object):
"fieldname": "opening_val",
"fieldtype": "Currency",
"width": 110,
"options": "currency",
"options": "Company:company:default_currency",
},
{
"label": _("In Qty"),