2013-08-05 09:29:54 +00:00
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2012-10-26 07:53:51 +00:00
|
|
|
import webnotes
|
|
|
|
def execute():
|
2013-03-06 06:00:09 +00:00
|
|
|
webnotes.reload_doc("core", "doctype", "docperm")
|
2013-01-17 12:52:22 +00:00
|
|
|
webnotes.reset_perms("Custom Script")
|