Pārlūkot izejas kodu

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

prodstable
keun pirms 8 gadiem
vecāks
revīzija
0f0c642587
1 mainītis faili ar 4 papildinājumiem un 6 dzēšanām
  1. +4
    -6
      backend/controllers/CommandeController.php

+ 4
- 6
backend/controllers/CommandeController.php Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt