Restore # in logs (external tooling and plugin/users::recent depend on it)
This commit is contained in:
parent
c7b66a1084
commit
08af3442a4
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ sub as_loggable {
|
|||
: sprintf("%s [%sx %.2f]", $_->{description}, $quantity, abs($_->{amount}));
|
||||
|
||||
push @s, sprintf(
|
||||
"%-12s %4s %3d %5.2f %s",
|
||||
"%-12s %4s %3d %5.2f # %s",
|
||||
$_->{user},
|
||||
($total > 0 ? 'GAIN' : $total < 0 ? 'LOSE' : ''),
|
||||
$quantity,
|
||||
|
|
Loading…
Add table
Reference in a new issue