Skip to content

Commit

Permalink
CSV Vorlagen Button auch in Auswertung Nicht-Mitglieder (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannMaierhofer authored Sep 28, 2024
1 parent 48c9947 commit 71e6c8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public void bind() throws Exception
ButtonArea buttons = new ButtonArea();
buttons.addButton("Hilfe", new DokumentationAction(),
DokumentationUtil.AUSWERTUNGMITGLIEDER, false, "question-circle.png");
buttons.addButton(control.getVorlagenCsvEditButton());
buttons.addButton(control.getStartAdressAuswertungButton());
buttons.paint(getParent());
}
Expand Down

0 comments on commit 71e6c8f

Please sign in to comment.