Modif style ajout de l'archivage des prix

This commit is contained in:
Rodolphe Quiedeville 2004-07-13 08:29:24 +00:00
parent dda2b3ffd5
commit 71bc8d2b83

View File

@ -261,13 +261,13 @@ else
print($mesg); print($mesg);
$head[0][0] = DOL_URL_ROOT."$PHP_SELF?id=".$id; $head[0][0] = DOL_URL_ROOT."/product/fiche.php?id=".$product->id;
$head[0][1] = 'Fiche '.$types[$product->type].' : '.$product->ref; $head[0][1] = 'Fiche';
$h = 1;
$a = 0;
dolibarr_fiche_head($head, $a); $head[1][0] = DOL_URL_ROOT."/product/price.php?id=".$product->id;
$head[1][1] = 'Prix';
dolibarr_fiche_head($head, 0, 'Fiche '.$types[$product->type].' : '.$product->ref);
print '<table class="border" width="100%" cellspacing="0" cellpadding="4">'; print '<table class="border" width="100%" cellspacing="0" cellpadding="4">';
print "<tr>"; print "<tr>";