[merge] fix

This commit is contained in:
Rushabh Mehta
2013-04-24 10:03:56 +05:30
28 changed files with 1112 additions and 389 deletions

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)