Subversion Repositories SmartDukaan

Rev

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

Rev 31110 Rev 31586
Line 35... Line 35...
35
		var data = table.row(this).data();
35
		var data = table.row(this).data();
36
 
36
 
37
 
37
 
38
		$(this).find(":input").attr('disabled', false).show();
38
		$(this).find(":input").attr('disabled', false).show();
39
 
39
 
40
		$(this).find("input[name=interestRate]").attr('disabled', true);
40
	/*	$(this).find("input[name=interestRate]").attr('disabled', true);
41
		$(this).find("input[name=freeDays]").attr('disabled', true);
41
		$(this).find("input[name=freeDays]").attr('disabled', true);
42
		$(this).find("input[name=creditDays]").attr('disabled', true);
42
		$(this).find("input[name=creditDays]").attr('disabled', true);
43
 
43
 */
44
 
44
 
45
	});
45
	});
46
 
46
 
47
	$(document).on('input', 'table#sdCredit input[type=file]', function() {
47
	$(document).on('input', 'table#sdCredit input[type=file]', function() {
48
		if (confirm('Confirm upload ?')) {
48
		if (confirm('Confirm upload ?')) {