2013-11-20 07:29:58 +00:00
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
|
2013-08-05 09:29:54 +00:00
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2013-02-05 10:22:46 +00:00
|
|
|
def execute():
|
|
|
|
import webnotes
|
2013-02-05 10:46:01 +00:00
|
|
|
webnotes.reload_doc("accounts", "doctype", "account")
|
2013-02-05 10:22:46 +00:00
|
|
|
webnotes.conn.sql("update `tabAccount` set allow_negative_balance = 1")
|