Skip to content

Commit

Permalink
chore: loan partner shareable remove mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbaburajan committed Nov 10, 2023
1 parent bf33a60 commit 60e4e1c
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@
"fieldname": "partner_collection_percentage",
"fieldtype": "Percent",
"in_list_view": 1,
"label": "Partner Collection Percentage",
"mandatory_depends_on": "eval:doc.sharing_parameter == \"Collection Percentage\""
"label": "Partner Collection Percentage"
},
{
"fieldname": "partner_loan_amount_percentage",
"fieldtype": "Percent",
"in_list_view": 1,
"label": "Partner Loan Amount Percentage",
"mandatory_depends_on": "eval:doc.sharing_parameter == \"Loan Amount Percentage\""
"label": "Partner Loan Amount Percentage"
},
{
"fieldname": "minimum_partner_loan_amount_percentage",
Expand Down Expand Up @@ -54,14 +52,13 @@
{
"fieldname": "company_collection_percentage",
"fieldtype": "Percent",
"label": "Company Collection Percentage",
"mandatory_depends_on": "eval:doc.sharing_parameter == \"Collection Percentage\""
"label": "Company Collection Percentage"
}
],
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2023-11-09 17:13:25.366680",
"modified": "2023-11-10 11:22:29.539972",
"modified_by": "Administrator",
"module": "Loan Management",
"name": "Loan Partner Shareable",
Expand Down

0 comments on commit 60e4e1c

Please sign in to comment.