From eacaad3aec2d45a3fec58c5e900322297d52a080 Mon Sep 17 00:00:00 2001 From: Jamsheer Date: Wed, 23 May 2018 13:24:52 +0530 Subject: [PATCH] Max benefit amount in Employee Benefit Application Detail --- .../employee_benefit_application_detail.json | 35 ++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/erpnext/hr/doctype/employee_benefit_application_detail/employee_benefit_application_detail.json b/erpnext/hr/doctype/employee_benefit_application_detail/employee_benefit_application_detail.json index 37f32429e0..32c14b59e8 100644 --- a/erpnext/hr/doctype/employee_benefit_application_detail/employee_benefit_application_detail.json +++ b/erpnext/hr/doctype/employee_benefit_application_detail/employee_benefit_application_detail.json @@ -77,6 +77,38 @@ "translatable": 0, "unique": 0 }, + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "fieldname": "max_benefit_amount", + "fieldtype": "Currency", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 1, + "in_standard_filter": 0, + "label": "Max Benefit Amount", + "length": 0, + "no_copy": 0, + "options": "earning_component.max_benefit_amount", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 1, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "translatable": 0, + "unique": 0 + }, { "allow_bulk_edit": 0, "allow_on_submit": 0, @@ -119,7 +151,7 @@ "issingle": 0, "istable": 1, "max_attachments": 0, - "modified": "2018-05-15 12:03:25.545041", + "modified": "2018-05-23 13:05:20.004362", "modified_by": "Administrator", "module": "HR", "name": "Employee Benefit Application Detail", @@ -129,6 +161,7 @@ "quick_entry": 1, "read_only": 0, "read_only_onload": 0, + "search_fields": "", "show_name_in_global_search": 0, "sort_field": "modified", "sort_order": "DESC",