Skip to content

Commit

Permalink
Fix Anzeige Konten Saldo (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannMaierhofer committed Jun 23, 2024
1 parent ce6f732 commit 5eaffda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/de/jost_net/JVerein/gui/parts/KontensaldoList.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public ArrayList<SaldoZeile> getInfo() throws RemoteException
zeile.add(new SaldoZeile(k, null, null, null, null, jahressaldo));

// Leerzeile am Ende wegen Scrollbar
k = (Konto) Einstellungen.getDBService().createObject(Konto.class, null);
k.setBezeichnung("");
zeile.add(new SaldoZeile(k, null, null, null, null, null));
return zeile;
Expand Down

0 comments on commit 5eaffda

Please sign in to comment.