Selaa lähdekoodia

Correctif infos productions : get by id production

prodstable
keun 7 vuotta sitten
vanhempi
commit
c273895eb7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      frontend/web/js/lechatdesnoisettes.js

+ 1
- 1
frontend/web/js/lechatdesnoisettes.js Näytä tiedosto

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

Loading…
Peruuta
Tallenna