Fix: mise en page

This commit is contained in:
Regis Houssin 2006-06-01 16:59:49 +00:00
parent fe05c9d627
commit b93201b062
2 changed files with 3 additions and 2 deletions

View File

@ -1464,6 +1464,7 @@ else
{
print_titre($langs->trans('RelatedBills'));
$i = 0; $total = 0;
print '<br>';
print '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><td>'.$langs->trans('Ref')."</td>";
print '<td align="center">'.$langs->trans('Date').'</td>';

View File

@ -524,8 +524,8 @@ if ($_GET["id"] > 0)
$relativepath = $comref.'/'.$comref.'.pdf';
$filedir = $conf->commande->dir_output . '/' . $comref;
$urlsource=$_SERVER["PHP_SELF"]."?id=".$commande->id;
$genallowed=$user->rights->commande->creer;
$delallowed=$user->rights->commande->supprimer;
$genallowed=0;
$delallowed=0;
$html->show_documents('commande',$comref,$filedir,$urlsource,$genallowed,$delallowed,$commande->modelpdf);