diff --git a/lending/loan_management/doctype/loan_security/loan_security.json b/lending/loan_management/doctype/loan_security/loan_security.json index bf607317..9d6796b7 100644 --- a/lending/loan_management/doctype/loan_security/loan_security.json +++ b/lending/loan_management/doctype/loan_security/loan_security.json @@ -12,7 +12,6 @@ "haircut", "column_break_3", "loan_security_type", - "unit_of_measure", "disabled" ], "fields": [ @@ -54,21 +53,11 @@ "fieldname": "disabled", "fieldtype": "Check", "label": "Disabled" - }, - { - "fetch_from": "loan_security_type.unit_of_measure", - "fieldname": "unit_of_measure", - "fieldtype": "Link", - "in_list_view": 1, - "label": "Unit Of Measure", - "options": "UOM", - "read_only": 1, - "reqd": 1 } ], "index_web_pages_for_search": 1, "links": [], - "modified": "2023-10-26 16:25:19.660619", + "modified": "2023-11-30 15:37:00.788174", "modified_by": "Administrator", "module": "Loan Management", "name": "Loan Security", diff --git a/lending/loan_management/doctype/loan_security_type/loan_security_type.json b/lending/loan_management/doctype/loan_security_type/loan_security_type.json index 0086fd5a..6e10cc0a 100644 --- a/lending/loan_management/doctype/loan_security_type/loan_security_type.json +++ b/lending/loan_management/doctype/loan_security_type/loan_security_type.json @@ -7,7 +7,6 @@ "engine": "InnoDB", "field_order": [ "loan_security_type", - "unit_of_measure", "haircut", "column_break_5", "loan_to_value_ratio", @@ -35,14 +34,6 @@ "fieldtype": "Percent", "label": "Haircut %" }, - { - "fieldname": "unit_of_measure", - "fieldtype": "Link", - "in_list_view": 1, - "label": "Unit Of Measure", - "options": "UOM", - "reqd": 1 - }, { "fieldname": "column_break_5", "fieldtype": "Column Break" @@ -55,7 +46,7 @@ } ], "links": [], - "modified": "2023-10-25 05:42:28.605465", + "modified": "2023-11-30 15:48:30.025175", "modified_by": "Administrator", "module": "Loan Management", "name": "Loan Security Type", diff --git a/lending/loan_management/doctype/pledge/pledge.json b/lending/loan_management/doctype/pledge/pledge.json index 7ba7c4d4..8f978e61 100644 --- a/lending/loan_management/doctype/pledge/pledge.json +++ b/lending/loan_management/doctype/pledge/pledge.json @@ -9,7 +9,6 @@ "loan_security_name", "loan_security_type", "loan_security_code", - "uom", "column_break_5", "qty", "haircut", @@ -40,13 +39,6 @@ "fieldtype": "Data", "label": "Loan Security Code" }, - { - "fetch_from": "loan_security.unit_of_measure", - "fieldname": "uom", - "fieldtype": "Link", - "label": "UOM", - "options": "UOM" - }, { "fieldname": "qty", "fieldtype": "Float", @@ -97,7 +89,7 @@ ], "istable": 1, "links": [], - "modified": "2023-10-24 17:56:31.698524", + "modified": "2023-11-30 15:49:24.263821", "modified_by": "Administrator", "module": "Loan Management", "name": "Pledge", diff --git a/lending/loan_management/doctype/unpledge/unpledge.json b/lending/loan_management/doctype/unpledge/unpledge.json index 0091e6c4..a6c48309 100644 --- a/lending/loan_management/doctype/unpledge/unpledge.json +++ b/lending/loan_management/doctype/unpledge/unpledge.json @@ -10,7 +10,6 @@ "loan_security_type", "loan_security_code", "haircut", - "uom", "column_break_5", "qty" ], @@ -37,13 +36,6 @@ "fieldtype": "Data", "label": "Loan Security Code" }, - { - "fetch_from": "loan_security.unit_of_measure", - "fieldname": "uom", - "fieldtype": "Link", - "label": "UOM", - "options": "UOM" - }, { "fieldname": "column_break_5", "fieldtype": "Column Break" @@ -74,7 +66,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2021-01-17 07:36:20.212342", + "modified": "2023-11-30 15:49:40.175308", "modified_by": "Administrator", "module": "Loan Management", "name": "Unpledge", @@ -83,5 +75,6 @@ "quick_entry": 1, "sort_field": "modified", "sort_order": "DESC", + "states": [], "track_changes": 1 } \ No newline at end of file