mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
3 lines
104 B
Python
3 lines
104 B
Python
import webnotes
|
|
def execute():
|
|
webnotes.conn.sql("""delete from tabDocPerm where parent='Appraisal'""") |