[Fix] Address web view fixed (#2899)

This commit is contained in:
KanchanChauhan 2017-03-23 14:55:40 +05:30 committed by Rushabh Mehta
parent 5633b448a0
commit 7c38c2155b

View file

@ -132,7 +132,7 @@ def get_list_context(context=None):
'no_breadcrumbs': True,
}
def get_address_list(doctype, txt, filters, limit_start, limit_page_length=20):
def get_address_list(doctype, txt, filters, limit_start, limit_page_length = 20, order_by = None):
from frappe.www.list import get_list
user = frappe.session.user
ignore_permissions = False