reload itemwise sales/purchase register: added new columns

This commit is contained in:
nabinhait
2011-06-20 16:34:48 +05:30
parent 4b59beace1
commit 6150e65f71
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# REMEMBER to update this
# ========================
last_patch = 285
last_patch = 286
#-------------------------------------------
@@ -1142,6 +1142,6 @@ def execute(patch_no):
elif patch_no == 284:
reload_doc('maintenance', 'doctype', 'support_ticket')
sql("update `tabDocField` set in_filter = 1 where fieldname in ('raised_by', 'subject') and parent = 'Support Ticket'")
elif patch_no == 285:
elif patch_no == 286:
reload_doc('accounts', 'search_criteria', 'itemwise_sales_register')
reload_doc('accounts', 'search_criteria', 'itemwise_purchase_register')