
//javascript ajouté a la maquette pour les besoins fonctionnels de l'appli

function fillIdProduct2(id) {
	alert(id);
	document.getElementById('productIndex').value = id;
	alert(document.getElementById('productIndex').value);
}
