fixed religion

This commit is contained in:
s5260822 2025-03-22 21:18:48 +01:00
parent fc63958640
commit f0e39dfb42

View file

@ -139,7 +139,7 @@ public class Speaker_MongoDB_Impl extends Speaker implements MongoOperations<Spe
}
tex.append("Fraktion & ").append(this.getParty()).append("\\\\\n");
if (this.getReligion() != null) {
tex.append("Religion & ").append(this.getSterbedatum()).append("\\\\\n"); // only show if available
tex.append("Religion & ").append(this.getReligion()).append("\\\\\n"); // only show if available
}
if (this.getGeburtsdatum() != null) {
tex.append("Geburtsdatum & ").append(this.getGeburtsdatum()).append("\\\\\n");