Skip to content

Commit

Permalink
chore: Minor Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Oct 10, 2023
1 parent e7a1a26 commit 246f9e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion lending/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"options": "Loan",
"insert_after": "customer",
"print_hide": 1,
"read_only": 1,
}
],
"Company": [
Expand Down
3 changes: 2 additions & 1 deletion lending/loan_management/doctype/loan/loan.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
},
{
"fetch_from": "loan_product.rate_of_interest",
"fetch_if_empty": 1,
"fieldname": "rate_of_interest",
"fieldtype": "Percent",
"label": "Rate of Interest (%) / Year",
Expand Down Expand Up @@ -487,7 +488,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2023-10-02 22:14:25.249853",
"modified": "2023-10-11 13:26:31.406754",
"modified_by": "Administrator",
"module": "Loan Management",
"name": "Loan",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2023-05-18 13:54:55.236732",
"modified": "2023-10-10 17:12:15.919211",
"modified_by": "Administrator",
"module": "Loan Management",
"name": "Loan Security Deposit",
Expand All @@ -70,6 +70,7 @@
"report": 1,
"role": "System Manager",
"share": 1,
"submit": 1,
"write": 1
},
{
Expand All @@ -82,6 +83,7 @@
"report": 1,
"role": "Loan Manager",
"share": 1,
"submit": 1,
"write": 1
}
],
Expand Down

0 comments on commit 246f9e1

Please sign in to comment.