bug: Item-wise Sales History - Billed amount

This commit is contained in:
Anupam K 2020-03-28 14:13:58 +05:30
parent b10adbb161
commit 85aae7de0b

View File

@ -121,8 +121,8 @@ def get_columns(filters):
}, },
{ {
"label": _("Billed Amount"), "label": _("Billed Amount"),
"fieldname": "rate", "fieldtype": "currency",
"options": "billed_amount", "fieldname": "billed_amount",
"width": 120 "width": 120
}, },
{ {