appraisal cleanup, removed un-necessary logic

This commit is contained in:
Rushabh Mehta
2012-11-16 10:37:14 +05:30
parent 5b22fc6b61
commit 04b9579b24
7 changed files with 309 additions and 482 deletions

View File

@@ -0,0 +1,3 @@
import webnotes
def execute():
webnotes.conn.sql("""delete from tabDocPerm where parent='Appraisal'""")