mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fixes to website, item (added table for cross listing), modules_setup and form_header
This commit is contained in:
5
patches/december_2012/rebuild_item_group_tree.py
Normal file
5
patches/december_2012/rebuild_item_group_tree.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
from webnotes.utils.nestedset import rebuild_tree
|
||||
rebuild_tree("Item Group", "parent_item_group")
|
||||
Reference in New Issue
Block a user