bugfix et traduction

This commit is contained in:
Regis Houssin 2006-05-17 09:37:32 +00:00
parent 345a48203c
commit 7f21bcc9ce
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ if ($_GET["propalid"] > 0) {
}
print '<a href="'.$url.'">'.$societe->nom.'</a></td>';
// partie Droite
print '<td align="left">Conditions de réglement</td>';
print '<td align="left">'.$langs->trans("PaymentConditions").'</td>';
print '<td>'.'&nbsp;'.'</td>';
print '</tr>';

View File

@ -237,7 +237,7 @@ if ($_GET["id"] > 0) {
// ligne 7
// partie Gauche
print '<tr><td height="10">'.$langs->trans('AmountHT').'</td>';
print '<td align="right" colspan="1"><b>'.price($commande->price).'</b></td>';
print '<td align="right" colspan="1"><b>'.price($commande->total_ht).'</b></td>';
print '<td>'.$langs->trans("Currency".$conf->monnaie).'</td></tr>';
print '</table>';
}