3 lines
104 B
Python
3 lines
104 B
Python
import webnotes
|
|
def execute():
|
|
webnotes.conn.sql("""delete from tabDocPerm where parent='Appraisal'""") |