Fix: Retour a la ligne intempestif
This commit is contained in:
parent
6e163c21ee
commit
e001fa5101
@ -177,7 +177,7 @@ if ($conf->facture->enabled && $user->rights->facture->lire)
|
|||||||
$companystatic->client=1;
|
$companystatic->client=1;
|
||||||
print $companystatic->getNomUrl(1,'',16);
|
print $companystatic->getNomUrl(1,'',16);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td align="right">'.price($obj->total_ttc).'</td>';
|
print '<td align="right" nowrap="nowrap">'.price($obj->total_ttc).'</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
$tot_ttc+=$obj->total_ttc;
|
$tot_ttc+=$obj->total_ttc;
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user