4 lines
66 B
Python
4 lines
66 B
Python
import webnotes
|
|
def execute():
|
|
webnotes.reset_perms("Appraisal")
|
import webnotes
|
|
def execute():
|
|
webnotes.reset_perms("Appraisal")
|