[patches] [fix] fix in update_account_property_patch

This commit is contained in:
Anand Doshi 2013-04-22 14:25:06 +05:30
parent faab3c4cf2
commit 978dc8b74d

View File

@ -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)
where lft > %(lft)s and rgt < %(rgt)s""", acc)