No currency into lists

This commit is contained in:
Laurent Destailleur 2016-06-09 07:51:56 +02:00
parent fd4973c413
commit 2c48391365

View File

@ -658,10 +658,11 @@ if ($resql)
else print $langs->trans('PrivateProject');
print '</td>';
}
// Amount
if (! empty($arrayfields['p.opp_amount']['checked']))
{
print '<td align="right">';
if ($obj->opp_status_code) print price($obj->opp_amount, 1, '', 1, -1, -1, $conf->currency);
if ($obj->opp_status_code) print price($obj->opp_amount, 1, '', 1, -1, -1, '');
print '</td>';
}
if (! empty($arrayfields['p.fk_opp_status']['checked']))