Skip to content

Commit

Permalink
Endedatum optional bei Zusatzbeträge Import (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannMaierhofer authored Jan 6, 2025
1 parent 277cc07 commit 00c6df6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/de/jost_net/JVerein/io/DefaultZusatzbetraegeImport.java
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ else if (list.size() > 1)
anz, mitgliedIdString));
fehlerInDaten = true;
}
catch (SQLException e)
{
//
}
try
{
String buchungsart = results.getString("Buchungsart");
Expand Down

0 comments on commit 00c6df6

Please sign in to comment.