diff --git a/lib/RevBank/Cart/Entry.pm b/lib/RevBank/Cart/Entry.pm index 91b0138..850bf67 100644 --- a/lib/RevBank/Cart/Entry.pm +++ b/lib/RevBank/Cart/Entry.pm @@ -121,7 +121,7 @@ sub as_loggable($self) { push @s, sprintf( "%-12s %4s %3d %5s # %s", $_->{user}, - ($total->cents > 0 ? 'GAIN' : $total->cents < 0 ? 'LOSE' : ''), + ($total->cents > 0 ? 'GAIN' : $total->cents < 0 ? 'LOSE' : '===='), $quantity, $total->abs, $description