commit | d1453c0cd09a10a2090df1ba71fc89ef94a7199a | [log] [tgz] |
---|---|---|
author | GangaManoj <ganga.manoj98@gmail.com> | Fri Aug 20 18:26:17 2021 +0530 |
committer | GangaManoj <ganga.manoj98@gmail.com> | Fri Aug 20 18:26:17 2021 +0530 |
tree | 677291fb1732a54f61f19d8b3b4d8feadd6c5170 | |
parent | 75d4fc99fca4726d90c15d592a8d4c269d5fe25a [diff] |
fix: Remove Item Code and Item Name columns
diff --git a/erpnext/accounts/report/gross_profit/gross_profit.py b/erpnext/accounts/report/gross_profit/gross_profit.py index d202d86..842e32e 100644 --- a/erpnext/accounts/report/gross_profit/gross_profit.py +++ b/erpnext/accounts/report/gross_profit/gross_profit.py
@@ -46,6 +46,8 @@ # to display item as Item Code: Item Name columns[0] = 'Sales Invoice:Link/Item:300' + # removing Item Code and Item Name columns + del columns[4:6] for src in gross_profit_data.si_list: row = frappe._dict()