mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +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")
|
||||
@@ -164,4 +164,5 @@ patch_list = [
|
||||
"patches.february_2013.reload_bom_replace_tool_permission",
|
||||
"patches.february_2013.payment_reconciliation_reset_values",
|
||||
"patches.february_2013.remove_sales_order_pending_items",
|
||||
"patches.february_2013.account_negative_balance",
|
||||
]
|
||||
Reference in New Issue
Block a user