Skip to content

Commit

Permalink
[26696] Mandant.Spezialtät hinzugefügt (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksic28 authored Nov 8, 2024
1 parent 522df7b commit ac82d82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bundles/ch.elexis.core.data/rsc/platzhalter/Platzhalter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Mandant.Strasse
Mandant.E-Mail
Mandant.Fax
Mandant.Telefon1
Mandant.Spezialität
Mandant.TarmedSpezialität
Mandant:mw:Er/Sie='Er' oder 'Sie' je nach Geschlecht
Mandant:mw:Herr/Frau='Herr' oder 'Frau' je nach Geschlecht

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ private String replace(IMandator mandator, String lcAttribute) {
if (xid != null) {
return xid.getDomainId();
}
case Spezialität:
return (String) mandator.getExtInfo("Spezialität");
default:
break;
}
Expand All @@ -117,7 +119,7 @@ private String replace(IMandator mandator, String lcAttribute) {
private enum MandantAttribute implements ILocalizedEnum {
Name("Nachname des Mandanten"), Vorname("Vorname des Mandanten"), Titel("Titel des Mandanten"),
Anrede("Anrede des Mandanten"), TarmedSpezialität("Tarmed Spezialität des Mandanten"), EAN("EAN des Mandanten"),
KSK("KSK des Mandanten");
KSK("KSK des Mandanten"), Spezialität("Spezialität des Mandanten");

final String description;

Expand Down

0 comments on commit ac82d82

Please sign in to comment.