Merge branch 'accounting' into dev
Build Docker Image / Docker-Build (push) Successful in 2m5s
Build Docker Image / Clean-Registry (push) Successful in 6s

This commit is contained in:
2026-04-23 11:10:21 +02:00
@@ -183,7 +183,7 @@ public class SqliteDb extends BaseDb implements AccountDb {
} }
} }
rs.close(); rs.close();
return set; return set == null ? transactionTags : set;
} catch (SQLException e){ } catch (SQLException e){
throw failedToLoadMembers(accountId); throw failedToLoadMembers(accountId);
} }