bugfix et traduction
This commit is contained in:
parent
345a48203c
commit
7f21bcc9ce
@ -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>'.' '.'</td>';
|
||||
print '</tr>';
|
||||
|
||||
|
||||
@ -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>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user