Skip to content

Commit

Permalink
Solve issue #110 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannMaierhofer authored Jan 22, 2024
1 parent 2051de0 commit a40bed8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ public void handleAction(Object context) throws ApplicationException
buchung.setAuszugsnummer(auszugsnummer);
buchung.setBlattnummer(blattnummer);
buchung.store();
Application.getMessagingFactory().sendMessage(
new BuchungMessage(buchung));
}
}
control.getBuchungsList();
Expand Down

0 comments on commit a40bed8

Please sign in to comment.