commit | 2d5addafa749d1013bce64be0cf33e100f88b9cc | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Sat Mar 28 15:05:41 2020 +0530 |
committer | GitHub <noreply@github.com> | Sat Mar 28 15:05:41 2020 +0530 |
tree | 68261b7bc37f214e523e9b47e2036598d9b34005 | |
parent | 55e9bcb964ab9a8e9bb449bbab1732fe89b77150 [diff] | |
parent | 85aae7de0b392b66198262fd729f464e94c04e7c [diff] |
Merge pull request #21099 from anupamvs/item-wise-sales-history-billed-amount-bug 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 }, {