From c2fa4956f9e2d5d37079c7e3e2d4fc832bda4b7f Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 5 Feb 2013 16:16:01 +0530 Subject: [PATCH] fixed issue --- patches/february_2013/account_negative_balance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/february_2013/account_negative_balance.py b/patches/february_2013/account_negative_balance.py index 059ab63918..a57b01ed5e 100644 --- a/patches/february_2013/account_negative_balance.py +++ b/patches/february_2013/account_negative_balance.py @@ -1,4 +1,4 @@ def execute(): import webnotes - webnotes.reload_doc("accounts", "doctype", "Account") + webnotes.reload_doc("accounts", "doctype", "account") webnotes.conn.sql("update `tabAccount` set allow_negative_balance = 1") \ No newline at end of file