Fix in coloring negative amounts
This commit is contained in:
parent
c1bacfd6a2
commit
8202d8ed35
@ -636,7 +636,7 @@ if ($account || $_GET["ref"])
|
||||
// Balance
|
||||
if ($action != 'search')
|
||||
{
|
||||
if ($total >= 0)
|
||||
if (price2num($total,'MT') >= 0)
|
||||
{
|
||||
print '<td align="right" nowrap> '.price($total).'</td>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user