Skip to content
Snippets Groups Projects
Commit 8115a864 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

email report modes are supposed to be 1=active, 2=disabled.

parent ecb2588d
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,9 @@
;; ## Static Definitions
(def modes
{:active {:id 0
{:active {:id 1
:name "Active"}
:disabled {:id 1
:disabled {:id 2
:name "Disabled"}})
(def mode-kws
......
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