Skip to content

Commit

Permalink
Fix Kontonummer in KontensaldoList (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannMaierhofer authored Jul 26, 2024
1 parent 4f6b300 commit 3943ca1
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 @@ -146,6 +146,7 @@ public ArrayList<SaldoZeile> getInfo() throws RemoteException

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

0 comments on commit 3943ca1

Please sign in to comment.