// produits dispos à la vente à cette date | // produits dispos à la vente à cette date | ||||
$.get('index.php',{ | $.get('index.php',{ | ||||
r: 'commande/infos-production', | r: 'commande/infos-production', | ||||
id_production: $('#dates .id_production').text() | |||||
id_production: $('#commande-id_production').val() | |||||
}, function(data) { | }, function(data) { | ||||
if(data.produits_dispos) { | if(data.produits_dispos) { |