Skip to content

Commit

Permalink
Kontoart bei Kontoimport aus Hibiscus setzen (openjverein#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenilsas authored Jan 20, 2025
1 parent 683a719 commit ea99b9c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import de.jost_net.JVerein.Einstellungen;
import de.jost_net.JVerein.gui.control.KontoControl;
import de.jost_net.JVerein.keys.Kontoart;
import de.willuhn.jameica.gui.Action;
import de.willuhn.jameica.gui.GUI;
import de.willuhn.jameica.hbci.gui.dialogs.KontoAuswahlDialog;
Expand Down Expand Up @@ -76,6 +77,7 @@ public void handleAction(Object context) throws ApplicationException
jvereinkonto.setNummer(k.getKontonummer());
jvereinkonto.setBezeichnung(k.getBezeichnung());
jvereinkonto.setHibiscusId(Integer.valueOf(k.getID()));
jvereinkonto.setKontoArt(Kontoart.GELD);
jvereinkonto.store();
control.refreshTable();
GUI.getStatusBar().setSuccessText(
Expand Down

0 comments on commit ea99b9c

Please sign in to comment.