function setFilProductId(id, filiale) {
	jQuery("#fil_product_id").val( id );
	jQuery("#filiale").val( filiale );
}
