Fix 1655 Proposal amount not computed in preview

This commit is contained in:
Frédéric FRANCE 2014-11-26 17:24:26 +01:00
parent ab25b149c5
commit e179e7d5a5

View File

@ -170,8 +170,7 @@ if ($id > 0 || ! empty($ref))
print '</tr>';
print '<tr><td height="10">'.$langs->trans('AmountHT').'</td>';
print '<td align="right" colspan="2"><b>'.price($object->price).'</b></td>';
print '<td>'.$langs->trans("Currency".$conf->currency).'</td></tr>';
print '<td align="right" class="nowrap"><b>' . price($object->total_ht, '', $langs, 0, - 1, - 1, $conf->currency) . '</b></td></tr>';
print '</table>';
dol_fiche_end();