fix: Display Items in the format Item Code: Item Name

This commit is contained in:
GangaManoj 2021-08-20 18:25:36 +05:30
parent b5fac83987
commit 75d4fc99fc

View File

@ -44,6 +44,9 @@ def execute(filters=None):
if filters.group_by == 'Invoice':
column_names = get_column_names()
# to display item as Item Code: Item Name
columns[0] = 'Sales Invoice:Link/Item:300'
for src in gross_profit_data.si_list:
row = frappe._dict()
row.indent = src.indent