mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 19:48:27 +00:00
added disabled in Report and no_sync fields in import_merge
This commit is contained in:
@@ -49,6 +49,7 @@ def get_report_list():
|
||||
where tabDocType.module=%s
|
||||
and tabDocType.name = tabReport.ref_doctype
|
||||
and tabReport.docstatus in (0, NULL)
|
||||
and ifnull(tabReport.disabled,0) != 1
|
||||
order by tabReport.name
|
||||
limit %s, %s""" % \
|
||||
("%s", cint(limit_start), cint(limit_page_length)), (module,), as_dict=True)
|
||||
Reference in New Issue
Block a user