fixed issue

This commit is contained in:
Nabin Hait 2013-02-05 16:16:01 +05:30
parent 7bdf27b19c
commit c2fa4956f9

View File

@ -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")