diff --git a/lending/loan_management/doctype/loan_demand/loan_demand.json b/lending/loan_management/doctype/loan_demand/loan_demand.json index bc056f02..7bf9ed4a 100644 --- a/lending/loan_management/doctype/loan_demand/loan_demand.json +++ b/lending/loan_management/doctype/loan_demand/loan_demand.json @@ -42,14 +42,16 @@ "fieldname": "demand_date", "fieldtype": "Date", "in_list_view": 1, - "label": "Demand Date" + "label": "Demand Date", + "search_index": 1 }, { "fieldname": "demand_type", "fieldtype": "Select", "in_list_view": 1, "label": "Demand Type", - "options": "EMI\nPenalty\nNormal\nCharges\nBPI\nAdditional Interest" + "options": "EMI\nPenalty\nNormal\nCharges\nBPI\nAdditional Interest", + "search_index": 1 }, { "fieldname": "demand_amount", @@ -210,7 +212,7 @@ "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2024-08-09 15:35:42.921715", + "modified": "2024-09-05 17:07:56.708670", "modified_by": "Administrator", "module": "Loan Management", "name": "Loan Demand",