Subversion Repositories SmartDukaan

Rev

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

Rev 27754 Rev 28722
Line 54... Line 54...
54
	 		
54
	 		
55
		
55
		
56
	});
56
	});
57
	
57
	
58
		 
58
		 
59
	 $(document).on('click', ".remove",
59
	 $(document).on('click', ".remove-unsettledPayment",
60
	 function(){
60
	 function(){
61
	 if (confirm("Are you sure you want to Remove the Entry") == true) {
61
	 if (confirm("Are you sure you want to Remove the Entry") == true) {
62
	 id=$(this).data('requestid');
62
	 id=$(this).data('requestid');
63
	 console.log(id);
63
	 console.log(id);
64
	 unsettledRequestRemoved(id);
64
	 unsettledRequestRemoved(id);