Procházet zdrojové kódy

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

prodstable
keun před 7 roky
rodič
revize
0f0c642587
1 změnil soubory, kde provedl 4 přidání a 6 odebrání
  1. +4
    -6
      backend/controllers/CommandeController.php

+ 4
- 6
backend/controllers/CommandeController.php Zobrazit soubor

@@ -289,12 +289,10 @@ class CommandeController extends BackendController {
])
->count() ;
ProductionPointVente::setAll($production->id, true) ;
}
if(!$count_productions_point_vente)
{
ProductionPointVente::setAll() ;
if(!$count_productions_point_vente)
{
ProductionPointVente::setAll($production->id, true) ;
}
}

// produits

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