ソースを参照

[Fix] Address web view fixed (#2899)

version-14
KanchanChauhan 8年前
committed by Rushabh Mehta
コミット
7c38c2155b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      frappe/geo/doctype/address/address.py

+ 1
- 1
frappe/geo/doctype/address/address.py ファイルの表示

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


読み込み中…
キャンセル
保存