Skip to content

Commit

Permalink
Abrechnungslauf Abbuchungsausgabe DATEI auf hbci4java (hibiscus) (#14)
Browse files Browse the repository at this point in the history
angepasst

Co-authored-by: Stefan <Stefan@192.168.178.58>
  • Loading branch information
sbuerg and Stefan committed Oct 31, 2022
1 parent 3e9234f commit edf1081
Show file tree
Hide file tree
Showing 2 changed files with 1,105 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import de.jost_net.JVerein.DBTools.DBTransaction;
import de.jost_net.JVerein.gui.input.AbbuchungsmodusInput;
import de.jost_net.JVerein.io.AbrechnungSEPA;
import de.jost_net.JVerein.io.AbrechnungSEPA_hbci4java;
import de.jost_net.JVerein.io.AbrechnungSEPAParam;
import de.jost_net.JVerein.io.Bankarbeitstage;
import de.jost_net.JVerein.keys.Abrechnungsausgabe;
Expand Down Expand Up @@ -473,7 +474,10 @@ public void run(ProgressMonitor monitor) throws ApplicationException
{

DBTransaction.starten();
new AbrechnungSEPA(abupar, monitor);

// 202208013: Umstellung von obantoo auf hbci4java
// new AbrechnungSEPA(abupar, monitor);
new AbrechnungSEPA_hbci4java(abupar, monitor);
DBTransaction.commit();

monitor.setPercentComplete(100);
Expand Down
Loading

0 comments on commit edf1081

Please sign in to comment.