|
|
@@ -264,7 +264,7 @@ class CommandeController extends BackendController { |
|
|
|
} |
|
|
|
|
|
|
|
// produits |
|
|
|
$produits = Produit::getByProduction($production->id) ; |
|
|
|
$produits = Produit::getAll() ; |
|
|
|
|
|
|
|
// gestion des commandes |
|
|
|
$this->gestionFormCommandes($production, $date, $points_vente, $produits, $users); |
|
|
@@ -431,7 +431,8 @@ class CommandeController extends BackendController { |
|
|
|
} |
|
|
|
|
|
|
|
// produits |
|
|
|
$produits = Produit::getByProduction($production->id) ; |
|
|
|
if($production) |
|
|
|
$produits = Produit::getByProduction($production->id) ; |
|
|
|
|
|
|
|
// poids total de la production et CA potentiel |
|
|
|
$ca_potentiel = 0; |