OMG Schon lang nicht mehr Hochgeladen, wenn was kaputt geht
dann ist das hiermit offiziel nicht meine Schuld.
This commit is contained in:
@@ -522,7 +522,8 @@ namespace BS.Shared
|
||||
SupportConceptIndividualGoalCategoryType, // 20
|
||||
DocumentType,
|
||||
OrganisationFunctionType,
|
||||
RoleInOrganisationType
|
||||
RoleInOrganisationType,
|
||||
RoleInFamily
|
||||
}
|
||||
|
||||
public enum ContactType
|
||||
|
||||
@@ -722,6 +722,9 @@ namespace BS.Shared.Core
|
||||
},
|
||||
{
|
||||
ValueListEntryType.RoleInOrganisationType,"Rolle in der Organisation"
|
||||
},
|
||||
{
|
||||
ValueListEntryType.RoleInFamily,"Rollen des Umfeldes (Familie)"
|
||||
}
|
||||
};
|
||||
#endregion
|
||||
@@ -788,7 +791,10 @@ namespace BS.Shared.Core
|
||||
},
|
||||
{
|
||||
ValueListEntryType.RoleInOrganisationType, "Rolle in der Organisation"
|
||||
}
|
||||
},
|
||||
{
|
||||
ValueListEntryType.RoleInFamily, "Rollen des Umfeldes (Familie)"
|
||||
}
|
||||
};
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user