Procházet zdrojové kódy

Activer/désactiver les points de vente : adaptations (suite)

prodstable
keun před 8 roky
rodič
revize
2d527e8faf
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. +5
    -5
      backend/controllers/CommandeController.php

+ 5
- 5
backend/controllers/CommandeController.php Zobrazit soubor

@@ -283,11 +283,11 @@ class CommandeController extends BackendController {
// production_point_vente à définir s'ils ne sont pas initialisés
if($production && $production->actif) {
$count_productions_point_vente = self::find()->
where([
'id_production' => $production->id
])
->count() ;
$count_productions_point_vente = ProductionPointVente::find()->
where([
'id_production' => $production->id
])
->count() ;
ProductionPointVente::setAll($production->id, true) ;
}

Načítá se…
Zrušit
Uložit