From 978dc8b74dddcd70a18bd1aa77d8ef198045a9df Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 22 Apr 2013 14:25:06 +0530 Subject: [PATCH] [patches] [fix] fix in update_account_property_patch --- patches/october_2012/update_account_property.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/october_2012/update_account_property.py b/patches/october_2012/update_account_property.py index efe0649d22..a9d365faf8 100644 --- a/patches/october_2012/update_account_property.py +++ b/patches/october_2012/update_account_property.py @@ -11,4 +11,4 @@ def execute(): for acc in roots: webnotes.conn.sql("""update tabAccount set debit_or_credit = %(debit_or_credit)s, is_pl_account = %(is_pl_account)s, company = %(company)s - where lft > %(lft)s and rgt < %(rgt)s""", acc, debug=1) \ No newline at end of file + where lft > %(lft)s and rgt < %(rgt)s""", acc) \ No newline at end of file