Fix: modifs esthtiques mineures
This commit is contained in:
parent
5f09750d7d
commit
453e72f76a
@ -548,7 +548,7 @@ if ($conf->facture->enabled && $conf->commande->enabled && $user->rights->comman
|
||||
{
|
||||
$obj = $db->fetch_object($resql);
|
||||
print "<tr $bc[$var]>";
|
||||
print '<td width="20%">';
|
||||
print '<td width="20%" nowrap="nowrap">';
|
||||
|
||||
$commandestatic->id=$obj->rowid;
|
||||
$commandestatic->ref=$obj->ref;
|
||||
@ -558,6 +558,10 @@ if ($conf->facture->enabled && $conf->commande->enabled && $user->rights->comman
|
||||
print $commandestatic->getNomUrl(1);
|
||||
print '</td>';
|
||||
|
||||
print '<td width="20" class="nobordernopadding" nowrap="nowrap">';
|
||||
print ' ';
|
||||
print '</td>';
|
||||
|
||||
print '<td width="16" align="right" class="nobordernopadding">';
|
||||
$filename=sanitize_string($obj->ref);
|
||||
$filedir=$conf->commande->dir_output . '/' . sanitize_string($obj->ref);
|
||||
@ -641,9 +645,11 @@ if ($conf->facture->enabled && $user->rights->facture->lire)
|
||||
$obj = $db->fetch_object($resql);
|
||||
|
||||
print '<tr '.$bc[$var].'>';
|
||||
print '<td nowrap="nowrap">';
|
||||
print '<td width="20%" nowrap="nowrap">';
|
||||
|
||||
print '<table class="nobordernopadding"><tr class="nocellnopadd">';
|
||||
print '<td width="90" class="nobordernopadding" nowrap="nowrap">';
|
||||
|
||||
$facturestatic->ref=$obj->facnumber;
|
||||
$facturestatic->id=$obj->rowid;
|
||||
$facturestatic->type=$obj->type;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user