mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
fix: Display Items in the format Item Code: Item Name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user