@@ -420,7 +420,10 @@ function chat_systeme_commande_produits_dispos(str_date, date) { | |||
} | |||
}); | |||
} | |||
$('#points-vente .point-vente').hide() ; | |||
// init affichage points de vente | |||
$.each(data.points_vente, function(key, livraison) { | |||
console.log(key+' | '+livraison) ; |