mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-16 21:35:09 +00:00
include item_code in query result
This commit is contained in:
@@ -375,7 +375,7 @@ def get_items(filters=None, search=None):
|
||||
|
||||
results = frappe.db.sql('''
|
||||
SELECT
|
||||
`tabItem`.`name`, `tabItem`.`item_name`,
|
||||
`tabItem`.`name`, `tabItem`.`item_name`, `tabItem`.`item_code`,
|
||||
`tabItem`.`website_image`, `tabItem`.`image`,
|
||||
`tabItem`.`web_long_description`, `tabItem`.`description`,
|
||||
`tabItem`.`route`
|
||||
|
||||
Reference in New Issue
Block a user