Skip to content

Commit

Permalink
chore: remove uom from loan securities
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Nov 30, 2023
1 parent e2c4086 commit b785b2a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 40 deletions.
13 changes: 1 addition & 12 deletions lending/loan_management/doctype/loan_security/loan_security.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"haircut",
"column_break_3",
"loan_security_type",
"unit_of_measure",
"disabled"
],
"fields": [
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"engine": "InnoDB",
"field_order": [
"loan_security_type",
"unit_of_measure",
"haircut",
"column_break_5",
"loan_to_value_ratio",
Expand Down Expand Up @@ -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"
Expand All @@ -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",
Expand Down
10 changes: 1 addition & 9 deletions lending/loan_management/doctype/pledge/pledge.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"loan_security_name",
"loan_security_type",
"loan_security_code",
"uom",
"column_break_5",
"qty",
"haircut",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 2 additions & 9 deletions lending/loan_management/doctype/unpledge/unpledge.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"loan_security_type",
"loan_security_code",
"haircut",
"uom",
"column_break_5",
"qty"
],
Expand All @@ -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"
Expand Down Expand Up @@ -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",
Expand All @@ -83,5 +75,6 @@
"quick_entry": 1,
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

0 comments on commit b785b2a

Please sign in to comment.