mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
5 lines
193 B
Python
5 lines
193 B
Python
from __future__ import unicode_literals
|
|
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("update `tabDocPerm` set cancel = 1 where parent = 'Stock Reconciliation' and ifnull(submit, 0) = 1")
|