mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
added moduleview
This commit is contained in:
@@ -13,7 +13,7 @@ def get_children():
|
||||
if(is_group='Yes', 1, 0) as expandable
|
||||
from `tab%(ctype)s`
|
||||
where docstatus < 2
|
||||
and %(parent_field)s = "%(parent)s"
|
||||
and ifnull(%(parent_field)s,'') = "%(parent)s"
|
||||
order by name""" % webnotes.form_dict, as_dict=1)
|
||||
|
||||
@webnotes.whitelist()
|
||||
|
||||
Reference in New Issue
Block a user