mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
moved directory structure
This commit is contained in:
6
patches/july_2012/remove_event_role_owner_match.py
Normal file
6
patches/july_2012/remove_event_role_owner_match.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from __future__ import unicode_literals
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("""\
|
||||
update `tabDocPerm` set `match`=NULL
|
||||
where parent='Event' and role='All' and permlevel=0""")
|
||||
Reference in New Issue
Block a user