Skip to content
Snippets Groups Projects
Commit 7b8b1ead authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

merged origin/master into favoriten

parents 998e3376 441a7c5b
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,11 @@ $KeywordRegistry._autoPad = function(pKey){return (pKey + "
$KeywordRegistry.attributeType = function(){return "AttributeType";};
$KeywordRegistry.keywordAttributeType = function(){return "KeywordAttributeType";};
$KeywordRegistry.keywordAttributeType$char = function(){return "CHAR";};
$KeywordRegistry.keywordAttributeType$number = function(){return "NUMBER";};
$KeywordRegistry.keywordAttributeType$bool = function(){return "BOOLEAN";};
$KeywordRegistry.keywordAttributeType$longChar = function(){return "LONGCHAR";};
$KeywordRegistry.contractPayment = function(){return "ContractPayment";};
$KeywordRegistry.contractStatus = function(){return "ContractStatus";};
......
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