Browse Source

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

prodstable
keun 7 years ago
parent
commit
55758bc324
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      backend/controllers/CommandeautoController.php

+ 2
- 0
backend/controllers/CommandeautoController.php View File

@@ -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…
Cancel
Save