mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-08 15:51:19 +00:00
4 lines
159 B
Python
4 lines
159 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.reload_doc("accounts", "doctype", "account")
|
|
webnotes.conn.sql("update `tabAccount` set allow_negative_balance = 1") |