Browse Source

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

master
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

$model->samedi = $commandeauto->samedi ; $model->samedi = $commandeauto->samedi ;
$model->dimanche = $commandeauto->dimanche ; $model->dimanche = $commandeauto->dimanche ;
$model->paiement_automatique = $commandeauto->paiement_automatique ; $model->paiement_automatique = $commandeauto->paiement_automatique ;
$model->periodicite_semaine = $commandeauto->periodicite_semaine ;

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

Loading…
Cancel
Save