mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
fixed issue
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user