소스 검색

Correctif infos productions : get by id production

prodstable
keun 7 년 전
부모
커밋
c273895eb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frontend/web/js/lechatdesnoisettes.js

+ 1
- 1
frontend/web/js/lechatdesnoisettes.js 파일 보기

@@ -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…
취소
저장