mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-28 17:34:47 +00:00
fix in syntax of owner match patch
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
def execute():
|
def execute():
|
||||||
import webnotes
|
import webnotes
|
||||||
webnotes.conn.sql("""\
|
webnotes.conn.sql("""\
|
||||||
update `tabDocPerm` set match=NULL
|
update `tabDocPerm` set `match`=NULL
|
||||||
where parent='Event' and role='All' and permlevel=0""")
|
where parent='Event' and role='All' and permlevel=0""")
|
||||||
Reference in New Issue
Block a user