bugfix et traduction

This commit is contained in:
Regis Houssin 2006-05-17 09:37:33 +00:00
parent 7f21bcc9ce
commit c0d59e5e4f

View File

@ -46,7 +46,6 @@ $langs->load('sendings');
require_once(DOL_DOCUMENT_ROOT.'/commande/commande.class.php');
require_once(DOL_DOCUMENT_ROOT.'/propal.class.php');
if ($conf->projet->enabled)
{
@ -237,7 +236,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->total_ht).'</b></td>';
print '<td align="right" colspan="1"><b>'.price($commande->amount_ht).'</b></td>';
print '<td>'.$langs->trans("Currency".$conf->monnaie).'</td></tr>';
print '</table>';
}