4 lines
153 B
Python
4 lines
153 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("update `tabDocPerm` set cancel = 1 where parent = 'Stock Reconciliation' and ifnull(submit, 0) = 1")
|