From 26ca2c8c77fd50f6ec02cd26f000c517f7214d15 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 17 Jul 2012 13:08:46 +0530 Subject: [PATCH] fix in syntax of owner match patch --- erpnext/patches/july_2012/remove_event_role_owner_match.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 deb99cf0e7..a74ef8075d 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