Works on product canvas and templates

This commit is contained in:
Regis Houssin 2010-05-03 07:39:49 +00:00
parent fafb199bda
commit 84121c12e5

View File

@ -821,13 +821,13 @@ print "\n</div><br>\n";
if ($product->id && $_GET["action"] == '' && $product->status) if ($product->id && $_GET["action"] == '' && $product->status)
{ {
$propal = New Propal($db);
print '<table width="100%" class="noborder">'; print '<table width="100%" class="noborder">';
// Propals // Propals
if($conf->propal->enabled && $user->rights->propale->creer) if($conf->propal->enabled && $user->rights->propale->creer)
{ {
$propal = new Propal($db);
$langs->load("propal"); $langs->load("propal");
print '<tr class="liste_titre"><td width="50%" valign="top" class="liste_titre">'; print '<tr class="liste_titre"><td width="50%" valign="top" class="liste_titre">';
@ -943,7 +943,7 @@ if ($product->id && $_GET["action"] == '' && $product->status)
// Commande // Commande
if($conf->commande->enabled && $user->rights->commande->creer) if($conf->commande->enabled && $user->rights->commande->creer)
{ {
$commande = New Commande($db); $commande = new Commande($db);
$langs->load("orders"); $langs->load("orders");