No currency into lists
This commit is contained in:
parent
fd4973c413
commit
2c48391365
@ -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']))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user