Make undo/skim line up nicer in recent transactions view

This commit is contained in:
Juerd Waalboer 2022-06-12 02:31:52 +02:00
parent 76ef79b9ee
commit 4ed3479ade

View file

@ -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