瀏覽代碼

Commandes récurrentes : bug "périodicité semaine" qui se remet à 1 lors de l'update

prodstable
keun 7 年之前
父節點
當前提交
55758bc324
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      backend/controllers/CommandeautoController.php

+ 2
- 0
backend/controllers/CommandeautoController.php 查看文件

@@ -109,6 +109,8 @@ class CommandeautoController extends BackendController {
$model->samedi = $commandeauto->samedi ;
$model->dimanche = $commandeauto->dimanche ;
$model->paiement_automatique = $commandeauto->paiement_automatique ;
$model->periodicite_semaine = $commandeauto->periodicite_semaine ;

// produits
$commandeauto_produits = CommandeAutoProduit::find()->where(['id_commande_auto' => $model->id])->all() ;

Loading…
取消
儲存