mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
reload itemwise sales/purchase register: added new columns
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# REMEMBER to update this
|
||||
# ========================
|
||||
last_patch = 284
|
||||
last_patch = 285
|
||||
|
||||
#-------------------------------------------
|
||||
|
||||
@@ -1142,3 +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:
|
||||
reload_doc('accounts', 'search_criteria', 'itemwise_sales_register')
|
||||
reload_doc('accounts', 'search_criteria', 'itemwise_purchase_register')
|
||||
|
||||
Reference in New Issue
Block a user