Skip to content

Commit

Permalink
Success message for PDF Spendenbescheinigung (#186)
Browse files Browse the repository at this point in the history
Co-authored-by: dippeal <info@dippe-it.de>
  • Loading branch information
dippeal and dippeal committed Mar 9, 2024
1 parent e027856 commit 6e91254
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -110,7 +110,7 @@ public SpendenbescheinigungPrintAction(boolean standard, String fileName)
}

/**
* Aufbereitung der Spendenbescheinigungen<br>
* Aufbereitung der Spendenbescheinigungen
* Hinweis: Das bzw. die generierten Formulare werden nicht im Acrobat Reader
* angezeigt.
*
Expand Down Expand Up @@ -231,6 +231,8 @@ else if (gc.get(GregorianCalendar.YEAR) == 2013)
fa.closeFormular();
}
}
String erfolg = (spbArr.length > 1) ? "Die Spendenbescheinigungen wurden erstellt." : "Die Spendenbescheinigung wurde erstellt.";
GUI.getStatusBar().setSuccessText(erfolg);
}
catch (Exception e)
{
Expand Down

0 comments on commit 6e91254

Please sign in to comment.