commit | 85aae7de0b392b66198262fd729f464e94c04e7c | [log] [tgz] |
---|---|---|
author | Anupam K <anupam@Anupams-MacBook-Air.local> | Sat Mar 28 14:13:58 2020 +0530 |
committer | Anupam K <anupam@Anupams-MacBook-Air.local> | Sat Mar 28 14:13:58 2020 +0530 |
tree | 12b7b6453b9a2d706501eb5648c04e3029a9bf60 | |
parent | b10adbb1614454c998386326303591ccb96d686d [diff] |
bug: Item-wise Sales History - Billed amount
diff --git a/erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.py b/erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.py index 1fc3663..405004e 100644 --- a/erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.py +++ b/erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.py
@@ -121,8 +121,8 @@ }, { "label": _("Billed Amount"), - "fieldname": "rate", - "options": "billed_amount", + "fieldtype": "currency", + "fieldname": "billed_amount", "width": 120 }, {