mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
removed address from tabaccounts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# REMEMBER to update this
|
||||
# ========================
|
||||
last_patch = 292
|
||||
last_patch = 293
|
||||
|
||||
#-------------------------------------------
|
||||
|
||||
@@ -1164,3 +1164,6 @@ def execute(patch_no):
|
||||
reload_doc('tools','doctype','rename_tool')
|
||||
elif patch_no == 292:
|
||||
reload_doc('accounts', 'search_criteria', 'trial_balance')
|
||||
elif patch_no == 293:
|
||||
sql("delete from tabDocField where parent='Account' and fieldname='address'")
|
||||
reload_doc('accounts', 'doctype', 'account')
|
||||
|
||||
Reference in New Issue
Block a user