Commit 8418cbaf authored by ysawant's avatar ysawant

*Updated images and SQL of LoanSchemeIntRate component

w_loanscheme_int_rate.sql
LoanSchemeIntRate.png
LoanSchemeIntRatewht.png


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@207495 ce508802-f39f-4f6c-b175-0d175dae99d5
parent facbbcf0
...@@ -170,3 +170,20 @@ update itm2menu set icon_path = 'Loan-Scheme-Standard-Interest-Rate.png', CLOSE_ ...@@ -170,3 +170,20 @@ update itm2menu set icon_path = 'Loan-Scheme-Standard-Interest-Rate.png', CLOSE_
-----------------------------------------------------------Added by yashwant on 03/09/19 [End] -----------------------------------------------------------Added by yashwant on 03/09/19 [End]
-----------------------------------------------------------Added by yashwant on 11/09/19 [Start]
update itm2menu set icon_path = 'LoanSchemeIntRate.png', CLOSE_ICON = 'LoanSchemeIntRatewht.png' where win_name = 'w_loanscheme_int_rate';
update obj_forms set disp_metadata='
<html>
<span style="white-space: normal !important; word-break: break-word; ">
Scheme Type :<b>({scheme_type})</b> , Description : <b>({scheme_type_descr})</b>
<br/> Rate of Interest :<b>({int_rate})</b> , Effective From :<b> {eff_from}</b>,
Valid Upto :<b>({valid_upto})</b>
</html>' where WIN_NAME='w_loanscheme_int_rate';
-----------------------------------------------------------Added by yashwant on 11/09/19 [End]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment