Skip to content

Commit

Permalink
Generoitu kirjeitä
Browse files Browse the repository at this point in the history
  • Loading branch information
augustk committed May 23, 2024
1 parent 5e205a3 commit c3847e7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public static void main(String[] args) throws IOException {
//String templateKeys = "kk_ensimmainen_varasijakirje_2023";
//String templateKeys = "2aste_hyvaksymiskirje_2023,2aste_jalkiohjauskirje_2023,2aste_hyvaksymiskirje_huoltajille_2023,2aste_jalkiohjauskirje_huoltajille_2023";
//String templateKeys = "kk_toinen_hyvaksymiskirje_2023,kk_toinen_jalkiohjauskirje_2023";
String templateKeys = "kk_jalkiohjauskirje_syksy_2023,kk_hyvaksymiskirje_syksy_2023,kk_varasijakirje_syksy_2023";
//String templateKeys = "kk_jalkiohjauskirje_syksy_2023,kk_hyvaksymiskirje_syksy_2023,kk_varasijakirje_syksy_2023";
String templateKeys = "kk_ensimmainen_hyvaksymiskirje_2024,kk_ensimmainen_jalkiohjauskirje_2024";

if(templateKeys != null) {
for(String templateKey : templateKeys.split(",")) {
Expand Down

0 comments on commit c3847e7

Please sign in to comment.