Subversion Repositories SmartDukaan

Rev

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

Rev 35555 Rev 35556
Line 332... Line 332...
332
		}
332
		}
333
	});
333
	});
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-allocation",
338
		function (response) {
338
		function (response) {
339
			$('.hid-allocation-conatiner').html(response);
339
			$('#' + 'main-content').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();