$(document).ready(function() {
	$("select[name^=qty], #country_id").change(function() {
		$("#modprodform")[0].submit();
	});
});