fixed issue
This commit is contained in:
parent
7bdf27b19c
commit
c2fa4956f9
@ -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")
|
Loading…
Reference in New Issue
Block a user