Subversion Repositories SmartDukaan

Rev

Rev 34096 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34096 Rev 36499
Line 140... Line 140...
140
		}
140
		}
141
	});
141
	});
142
 
142
 
143
	$(document).on('click', ".approved", function() {
143
	$(document).on('click', ".approved", function() {
144
		if (confirm("Are you sure you want to Approve the request") == true) {
144
		if (confirm("Are you sure you want to Approve the request") == true) {
145
			id = $(this).data('id');
145
			id = $(this).data('requestid');
146
			walletRequestApprove(id, walletRequestid);
146
			walletRequestApprove(id, walletRequestid);
147
		}
147
		}
148
	});
148
	});
149
 
149
 
150
	$(document).on('click', ".approve", function() {
150
	$(document).on('click', ".approve", function() {