Преглед на файлове

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…
Отказ
Запис