mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
new feature: validation on account negative balance
This commit is contained in:
4
patches/february_2013/account_negative_balance.py
Normal file
4
patches/february_2013/account_negative_balance.py
Normal file
@@ -0,0 +1,4 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.reload_doc("accounts", "doctype", "Account")
|
||||
webnotes.conn.sql("update `tabAccount` set allow_negative_balance = 1")
|
||||
Reference in New Issue
Block a user