Subversion Repositories SmartDukaan

Rev

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

Rev 29759 Rev 29760
Line 399... Line 399...
399
				schemes("main-content");
399
				schemes("main-content");
400
			}
400
			}
401
		});
401
		});
402
 
402
 
403
}
403
}
404
function extendSchemeById(schemeId) {
404
function processInvestment(schemeId) {
405
	doPostAjaxRequestWithJsonHandler(context + "/processInvestment", function(response) {
405
	doPostAjaxRequestWithJsonHandler(context + "/processInvestment", function(response) {
406
		alert("InvestmentPayout processed successfully");
406
		alert("InvestmentPayout processed successfully");
407
	});
407
	});
408
}
408
}
409
 
409