@@ -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 |