[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

@@ -19,7 +19,7 @@ def get_list_context(context=None):
}
def get_transaction_list(doctype, txt=None, filters=None, limit_start=0, limit_page_length=20):
from frappe.templates.pages.list import get_list
from frappe.www.list import get_list
user = frappe.session.user
key = None