fixed religion
This commit is contained in:
parent
fc63958640
commit
f0e39dfb42
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue