Skip to content
Snippets Groups Projects
Commit 2c483913 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

No currency into lists

parent fd4973c4
No related branches found
No related tags found
No related merge requests found
......@@ -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']))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment