Skip to content

Commit

Permalink
Zahler richtig setzen
Browse files Browse the repository at this point in the history
  • Loading branch information
lenilsas committed Feb 1, 2025
1 parent 1fcf70c commit c73e911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void handleAction(Object context) throws ApplicationException
}
mk.setMitglied(m);
mk.setZahlungsweg(m.getZahlungsweg());
mk.setZahler(m);
mk.setZahler(m.getZahler());
}
}
catch (Exception e)
Expand Down

0 comments on commit c73e911

Please sign in to comment.