From 4ed3479adeed874235b362de34673c35ce8c145e Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Sun, 12 Jun 2022 02:31:52 +0200 Subject: [PATCH] Make undo/skim line up nicer in recent transactions view --- lib/RevBank/Cart/Entry.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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