Skip to content

Commit

Permalink
Möglicher Fehler bei Familienzahler (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannMaierhofer authored Jul 29, 2024
1 parent 310cc38 commit 73b12e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de/jost_net/JVerein/server/MitgliedImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ && getZahlungsweg() == Zahlungsweg.BASISLASTSCHRIFT
throw new ApplicationException(
"Bei verstorbenem Mitglied muss das Austrittsdatum gefüllt sein!");
}
if (getAustritt() != null || getKuendigung() != null)
if (getAustritt() != null)
{
// Person ist ausgetreten
// Hat das Mitglied für andere gezahlt?
Expand Down

0 comments on commit 73b12e1

Please sign in to comment.