Subversion Repositories SmartDukaan

Rev

Rev 32121 | Rev 32348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32121 Rev 32122
Line 24... Line 24...
24
		doGetAjaxRequestHandler(context + "/getLoanSummary?fofoId="
24
		doGetAjaxRequestHandler(context + "/getLoanSummary?fofoId="
25
			+ fofoId, function(response) {
25
			+ fofoId, function(response) {
26
				$('#loanSummarydetail .modal-content').html(response);
26
				$('#loanSummarydetail .modal-content').html(response);
27
 
27
 
28
			});
28
			});
-
 
29
		});
29
    
30
    
30
    
31
    
31
    
32
    
32
</script>
33
</script>
33
 
34