removed address from tabaccounts

This commit is contained in:
Ravi Dey
2011-06-23 13:03:24 +05:30
parent aeee6bae4a
commit 560ee3d18d
2 changed files with 93 additions and 166 deletions

View File

@@ -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')