bug: Item-wise Sales History - Billed amount

This commit is contained in:
Anupam K
2020-03-28 13:48:42 +05:30
parent 90a46acc0d
commit 728edacfd4

View File

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