Skip to content

Commit

Permalink
Negative zusatzbeitraege zulassen (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenilsas authored Sep 11, 2024
1 parent 19be249 commit f334f76
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/de/jost_net/JVerein/server/ZusatzbetragImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ protected void insertCheck() throws ApplicationException
throw new ApplicationException(
"Nächste Fälligkeit liegt nicht im Intervall");
}
if (getBetrag() <= 0)
{
throw new ApplicationException("Betrag nicht gültig");
}
}
catch (RemoteException e)
{
Expand Down

0 comments on commit f334f76

Please sign in to comment.