Skip to content
Snippets Groups Projects
Commit 7071c2c0 authored by Florian Maier's avatar Florian Maier
Browse files

[Projekt: xRM-ContactManagement][TicketNr.: 2001174][PersonGender: Mängel in KeywordRegistry_lib]

parent ac871be8
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,6 @@ $KeywordRegistry.organisationType = function(){return "OrganisationType";};
$KeywordRegistry.organisationType$manufacturer = function(){return "ORGMANUF";};
$KeywordRegistry.organisationType$competitor = function(){return "ORGCOMP";};
$KeywordRegistry.personGender = function(){return "PersonGender";};
$KeywordRegistry.taskStatus = function(){return "TaskStatus";};
$KeywordRegistry.taskStatus$new = function(){return "NEW";};
$KeywordRegistry.taskStatus$unassigned = function(){return "UNASSIGNED";};
......@@ -240,6 +238,8 @@ $KeywordRegistry.classificationType$organisation = function(){return "Organisati
$KeywordRegistry.personGender = function(){return "PersonGender";};
$KeywordRegistry.personGender$other = function(){return "o";};
$KeywordRegistry.personGender$male = function(){return "m";};
$KeywordRegistry.personGender$female = function(){return "f";};
$KeywordRegistry.permissionCondType = function(){return "PermissionCondType";};
$KeywordRegistry.permissionAccessType = function(){return "PermissionAccessType";};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment