2013-08-05 14:59:54 +05:30
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2012-10-26 13:23:51 +05:30
|
|
|
import webnotes
|
|
|
|
def execute():
|
2013-03-06 11:30:09 +05:30
|
|
|
webnotes.reload_doc("core", "doctype", "docperm")
|
2013-01-17 18:22:22 +05:30
|
|
|
webnotes.reset_perms("Custom Script")
|