implemented removal of transactions
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -131,7 +131,7 @@ public class Transaction implements Mappable {
|
||||
Field.DESTINATION, destination.toMap(),
|
||||
Field.AMOUNT, amount,
|
||||
Field.PURPOSE, purpose,
|
||||
Field.TAGS, tags
|
||||
Field.TAGS, tags.stream().sorted().toList()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user