minor fixes.
This commit is contained in:
@@ -82,6 +82,16 @@
|
||||
["35000-40000 Other" 35000 39999]]
|
||||
:bottom-line [["11000-12000 Bottom Line" 11000 11999]]})
|
||||
|
||||
(defn min-numeric-code [category]
|
||||
(->> (groupings category)
|
||||
(map second)
|
||||
(apply min)))
|
||||
|
||||
(defn max-numeric-code [category]
|
||||
(->> (groupings category)
|
||||
(map second)
|
||||
(apply max)))
|
||||
|
||||
|
||||
(def flat-categories
|
||||
(for [[category groups] groupings
|
||||
|
||||
Reference in New Issue
Block a user