Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix jverein.xml - Schreibfehler Mitgieder #548

Closed
BT-11 opened this issue Dec 23, 2024 · 0 comments · Fixed by #549
Closed

Fix jverein.xml - Schreibfehler Mitgieder #548

BT-11 opened this issue Dec 23, 2024 · 0 comments · Fixed by #549
Labels
bug Something isn't working

Comments

@BT-11
Copy link

BT-11 commented Dec 23, 2024

In jverein.xml ist ein Schreibfehler "Mitgieder" in der Tabelle "adresstyp" mit id "1".
Dies hat evtl. dazu geführt, dass bei Auswertungen Mitglieder die Überschrift im erzeugten pdf-file falsch war.

Ist:
bezeichnungplural=Mitgieder

Soll:
bezeichnungplural=Mitglieder

Code:
<changeSet author="Heiner" id="3"> <insert tableName="adresstyp"> <column name="id" value="1" /> <column name="bezeichnung" value="Mitglied" /> <column name="bezeichnungplural" value="Mitgieder" /> <column name="jvereinid" value="1" /> </insert> </changeSet>

@dippeal dippeal added the bug Something isn't working label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants