Currency fix in reports
This commit is contained in:
parent
e30fadc661
commit
50f8262ac7
@ -66,7 +66,8 @@ class ReceivablePayableReport(object):
|
|||||||
columns.append({
|
columns.append({
|
||||||
"fieldname": "currency",
|
"fieldname": "currency",
|
||||||
"label": _("Currency"),
|
"label": _("Currency"),
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Link",
|
||||||
|
"options": "Currency",
|
||||||
"width": 100
|
"width": 100
|
||||||
})
|
})
|
||||||
if args.get("party_type") == "Customer":
|
if args.get("party_type") == "Customer":
|
||||||
|
@ -34,7 +34,8 @@ class AccountsReceivableSummary(ReceivablePayableReport):
|
|||||||
columns.append({
|
columns.append({
|
||||||
"fieldname": "currency",
|
"fieldname": "currency",
|
||||||
"label": _("Currency"),
|
"label": _("Currency"),
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Link",
|
||||||
|
"options": "Currency",
|
||||||
"width": 80
|
"width": 80
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user