Skip to content
Snippets Groups Projects
Commit 8f26e637 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

fix some Keyids

parent 96bc06e5
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@ $KeywordRegistry.contactStatus$active = function(){return "CONTACTSTATACTIVE";};
$KeywordRegistry.currency = function(){return "Currency";};
$KeywordRegistry.productGroupcode = function(){return "ProductGroupcode";};
$KeywordRegistry.offerStatus = function(){return "OfferStatus";};
$KeywordRegistry.offerStatus$open = function(){return "OFFERSTATOPEN ";};
$KeywordRegistry.offerStatus$checked = function(){return "OFFERSTATCHECK ";};
$KeywordRegistry.offerStatus$sent = function(){return "OFFERSTATSENT ";};
$KeywordRegistry.offerStatus$won = function(){return "OFFERSTATWON ";};
$KeywordRegistry.offerStatus$lost = function(){return "OFFERSTATLOST ";};
......
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