Browse Source

Correctif infos productions : get by id production

prodstable
keun 7 years ago
parent
commit
c273895eb7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/web/js/lechatdesnoisettes.js

+ 1
- 1
frontend/web/js/lechatdesnoisettes.js View File

// 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) {

Loading…
Cancel
Save