commit | 26ca2c8c77fd50f6ec02cd26f000c517f7214d15 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Tue Jul 17 13:08:46 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Tue Jul 17 13:08:46 2012 +0530 |
tree | 95a88b7a00f24e0663801db39dc6d16286d87fb9 | |
parent | 5d4aaaa8a719b39f0eec2f897b24086ee04991ec [diff] |
fix in syntax of owner match patch
diff --git a/erpnext/patches/july_2012/remove_event_role_owner_match.py b/erpnext/patches/july_2012/remove_event_role_owner_match.py index deb99cf..a74ef80 100644 --- a/erpnext/patches/july_2012/remove_event_role_owner_match.py +++ b/erpnext/patches/july_2012/remove_event_role_owner_match.py
@@ -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""") \ No newline at end of file