OMG Schon lang nicht mehr Hochgeladen, wenn was kaputt geht

dann ist das hiermit offiziel nicht meine Schuld.
This commit is contained in:
Waldi
2016-12-19 13:12:25 +01:00
parent 131c38f99f
commit 4e18ef8e3d
25 changed files with 3420 additions and 17 deletions

View File

@@ -522,7 +522,8 @@ namespace BS.Shared
SupportConceptIndividualGoalCategoryType, // 20
DocumentType,
OrganisationFunctionType,
RoleInOrganisationType
RoleInOrganisationType,
RoleInFamily
}
public enum ContactType

View File

@@ -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