mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
[redesign] website routing system
This commit is contained in:
@@ -155,7 +155,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,
|
||||
["thumbnail", "website_image", "description", "page_name"], as_dict=True))
|
||||
["thumbnail", "website_image", "description", "route"], as_dict=True))
|
||||
|
||||
return doc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user