Skip to content

Commit

Permalink
Zweiter Aufruf des KontoAuswahlDialog (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannMaierhofer authored Jan 7, 2024
1 parent 74c0171 commit 3f07275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de/jost_net/JVerein/gui/control/BuchungsControl.java
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public DialogInput getKonto(boolean withFocus) throws RemoteException
}
String kontoid = getVorauswahlKontoId();
konto = new KontoauswahlInput(getBuchung().getKonto())
.getKontoAuswahl(false, kontoid, false, false);
.getKontoAuswahl(false, kontoid, false, true);
if (withFocus)
{
konto.focus();
Expand Down

0 comments on commit 3f07275

Please sign in to comment.