Skip to content

Commit

Permalink
Hibiscus Kontoimport Kontoart setzen
Browse files Browse the repository at this point in the history
  • Loading branch information
lenilsas committed Jan 20, 2025
1 parent 7661d7b commit bdb90a2
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 bdb90a2

Please sign in to comment.