Subversion Repositories SmartDukaan

Rev

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

Rev 32120 Rev 32121
Line 17... Line 17...
17
       });
17
       });
18
    
18
    
19
    });
19
    });
20
    
20
    
21
    
21
    
-
 
22
    $('#sanctiontable').on('click', '.loanCount', function() {
-
 
23
		var fofoId = $(this).data('fofoid');
-
 
24
		doGetAjaxRequestHandler(context + "/getLoanSummary?fofoId="
-
 
25
			+ fofoId, function(response) {
-
 
26
				$('#loanSummarydetail .modal-content').html(response);
-
 
27
 
-
 
28
			});
22
    
29
    
23
    
30
    
24
    
31
    
25
</script>
32
</script>
26
 
33