Преглед изворни кода

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

prodstable
keun пре 8 година
родитељ
комит
0f0c642587
1 измењених фајлова са 4 додато и 6 уклоњено
  1. +4
    -6
      backend/controllers/CommandeController.php

+ 4
- 6
backend/controllers/CommandeController.php Прегледај датотеку

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

Loading…
Откажи
Сачувај