Make undo/skim line up nicer in recent transactions view
This commit is contained in:
parent
76ef79b9ee
commit
4ed3479ade
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ sub as_loggable($self) {
|
||||||
push @s, sprintf(
|
push @s, sprintf(
|
||||||
"%-12s %4s %3d %5s # %s",
|
"%-12s %4s %3d %5s # %s",
|
||||||
$_->{user},
|
$_->{user},
|
||||||
($total->cents > 0 ? 'GAIN' : $total->cents < 0 ? 'LOSE' : ''),
|
($total->cents > 0 ? 'GAIN' : $total->cents < 0 ? 'LOSE' : '===='),
|
||||||
$quantity,
|
$quantity,
|
||||||
$total->abs,
|
$total->abs,
|
||||||
$description
|
$description
|
||||||
|
|
Loading…
Add table
Reference in a new issue