reloaded answer doctype

This commit is contained in:
Nabin Hait 2011-08-05 11:21:35 +05:30
parent bff6e2873d
commit c4e579c901

View File

@ -1,7 +1,7 @@
# REMEMBER to update this
# ========================
last_patch = 333
last_patch = 334
#-------------------------------------------
@ -1343,3 +1343,5 @@ def execute(patch_no):
p.add_permission('DocType Mapper', 'System Manager', 0, read = 1, write=1, create=1)
p.add_permission('Role', 'System Manager', 0, read = 1, write=1, create=1)
p.add_permission('Print Format', 'System Manager', 0, read = 1, write=1, create=1)
elif patch_no == 334:
reload_doc('knowledge_base', 'doctype', 'answer')