Index patch released and doctype updated based on index

This commit is contained in:
nabinhait
2011-07-20 10:31:19 +05:30
parent e6526369f3
commit 1458af0691
88 changed files with 542 additions and 443 deletions

View File

@@ -1,7 +1,7 @@
# REMEMBER to update this
# ========================
last_patch = 327
last_patch = 328
#-------------------------------------------
@@ -1301,3 +1301,6 @@ def execute(patch_no):
elif patch_no == 327:
if webnotes.conn.get_value('Control Panel', None, 'account_id') != 'axjanak2011':
sql("delete from `tabDocField` where fieldname = 'supplier_status' and parent = 'Supplier'")
elif patch_no == 328:
from index_patch import create_proper_index
create_proper_index()