Skip to content

Commit

Permalink
Fix für 687 (openjverein#690)
Browse files Browse the repository at this point in the history
Co-authored-by: Johann Maierhofer <[email protected]>
  • Loading branch information
JohannMaierhofer and Johann Maierhofer authored Feb 18, 2025
1 parent 90a41be commit ab0d08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de/jost_net/JVerein/server/EinstellungImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -2213,7 +2213,7 @@ public void setVerrechnungskontoId(Long konto) throws RemoteException
@Override
public boolean getSplitPositionZweck() throws RemoteException
{
return (Boolean) getAttribute("splitpositionzweck");
return Util.getBoolean(getAttribute("splitpositionzweck"));
}

@Override
Expand Down

0 comments on commit ab0d08c

Please sign in to comment.