statiegeld_tokens: Fix data loss on undo
Wrote one big line because of missing \n.
This commit is contained in:
parent
c71455fb0a
commit
d194cb8dfa
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ sub _handle_undo($cart) {
|
||||||
$tid ne $undo_tid
|
$tid ne $undo_tid
|
||||||
} @tokens;
|
} @tokens;
|
||||||
|
|
||||||
return @tokens ? join(" ", $username, @tokens) : undef;
|
return @tokens ? join(" ", $username, @tokens) . "\n" : undef;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue