Subversion Repositories SmartDukaan

Rev

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

Rev 35459 Rev 35553
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-allocation",
337
	doGetAjaxRequestHandler(context + "/pur-sale-ratio/stock/hid-catalog-allocation",
338
		function (response) {
338
		function (response) {
339
			$('#' + 'main-content').html(response);
339
			$('#' + 'main-content').html(response);
340
		});
340
		});
341
});
341
});
342
 
342