From e0ef7c94b64afd44afbf6a7f28d7bcfb178d6fd6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 3 May 2010 05:51:48 +0000 Subject: [PATCH] Works on product canvas and templates --- htdocs/product/fiche.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 505493d4030..f76ba2ff7f4 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -940,12 +940,11 @@ if ($product->id && $_GET["action"] == '' && $product->status) print ''; } - $commande = New Commande($db); - - // Commande if($conf->commande->enabled && $user->rights->commande->creer) { + $commande = New Commande($db); + $langs->load("orders"); print '';