Przeglądaj źródła

[Fix] Address web view fixed (#2899)

version-14
KanchanChauhan 8 lat temu
committed by Rushabh Mehta
rodzic
commit
7c38c2155b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      frappe/geo/doctype/address/address.py

+ 1
- 1
frappe/geo/doctype/address/address.py Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz