fix: Remove Item Code and Item Name columns

This commit is contained in:
GangaManoj
2021-08-20 18:26:17 +05:30
parent 7cc02bf861
commit dd7b02ad7d

View File

@@ -48,6 +48,8 @@ def execute(filters=None):
# 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()