[redesign] website routing system

This commit is contained in:
Rushabh Mehta
2016-06-23 18:25:50 +05:30
parent 2effad33d0
commit a334062b03
154 changed files with 768 additions and 802 deletions

View File

@@ -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