fix in syntax of owner match patch
This commit is contained in:
parent
5d4aaaa8a7
commit
26ca2c8c77
@ -1,5 +1,5 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("""\
|
||||
update `tabDocPerm` set match=NULL
|
||||
update `tabDocPerm` set `match`=NULL
|
||||
where parent='Event' and role='All' and permlevel=0""")
|
Loading…
Reference in New Issue
Block a user