mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 23:22:52 +00:00
[enhancement] use thumbnails in grid views, patch to make thumbnails
This commit is contained in:
@@ -143,7 +143,7 @@ def guess_territory():
|
||||
def decorate_quotation_doc(doc):
|
||||
for d in doc.get("items", []):
|
||||
d.update(frappe.db.get_value("Item", d.item_code,
|
||||
["website_image", "description", "page_name"], as_dict=True))
|
||||
["thumbnail", "website_image", "description", "page_name"], as_dict=True))
|
||||
|
||||
return doc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user