2013-11-20 12:59:58 +05:30
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
|
2013-08-05 14:59:54 +05:30
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2012-12-25 15:09:14 +05:30
|
|
|
import webnotes
|
|
|
|
|
|
|
|
def execute():
|
|
|
|
from webnotes.utils.nestedset import rebuild_tree
|
|
|
|
rebuild_tree("Item Group", "parent_item_group")
|