Skip to content

Commit

Permalink
Merge pull request #94 from deepeshgarg007/loan_repayment_rate_of_int…
Browse files Browse the repository at this point in the history
…erest

fix: fetch rate of interest from Loan instead of loan product
  • Loading branch information
deepeshgarg007 authored Oct 11, 2023
2 parents 8a580f7 + fad9842 commit d3077bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"read_only": 1
},
{
"fetch_from": "loan_product.rate_of_interest",
"fetch_from": "against_loan.rate_of_interest",
"fieldname": "rate_of_interest",
"fieldtype": "Percent",
"label": "Rate Of Interest",
Expand Down Expand Up @@ -378,7 +378,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2023-10-02 22:14:23.377360",
"modified": "2023-10-11 09:25:15.123899",
"modified_by": "Administrator",
"module": "Loan Management",
"name": "Loan Repayment",
Expand Down

0 comments on commit d3077bd

Please sign in to comment.