瀏覽代碼

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…
取消
儲存