Subversion Repositories SmartDukaan

Rev

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

Rev 34142 Rev 34580
Line 134... Line 134...
134
	doAjaxRequestHandler(context+"/return/debit-note/" + debitNotedId, "GET", function(response){
134
	doAjaxRequestHandler(context+"/return/debit-note/" + debitNotedId, "GET", function(response){
135
			
135
			
136
	});
136
	});
137
}
137
}
138
 
138
 
-
 
139
 
-
 
140
$(document).on('click', '.vendor_return', function () {
-
 
141
 
-
 
142
	doAjaxRequestHandler(context + "/return/to/vendor", "GET", function (response) {
-
 
143
		$('#main-content').html(response);
-
 
144
	});
-
 
145
});