Subversion Repositories SmartDukaan

Rev

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

Rev 35554 Rev 35555
Line 334... Line 334...
334
}
334
}
335
 
335
 
336
$(document).on('click', ".hid-allocation", function () {
336
$(document).on('click', ".hid-allocation", function () {
337
	doGetAjaxRequestHandler(context + "/pur-sale-ratio/stock/hid-catalog-allocation-list",
337
	doGetAjaxRequestHandler(context + "/pur-sale-ratio/stock/hid-catalog-allocation-list",
338
		function (response) {
338
		function (response) {
339
			$('#' + 'main-content').html(response);
339
			$('.hid-allocation-conatiner').html(response);
340
		});
340
		});
341
});
341
});
342
 
342
 
343
$(document).on('click', '.partner-hid-allocation', function () {
343
$(document).on('click', '.partner-hid-allocation', function () {
344
	partnerHidAllocationList();
344
	partnerHidAllocationList();