Adding transaction approval status to transaction page

This commit is contained in:
Bryce Covert
2019-05-17 07:14:16 -07:00
parent d0b5772d94
commit a87d22c320
9 changed files with 71 additions and 26 deletions

View File

@@ -77,3 +77,7 @@
:count (count results)
:start (:start args 0)
:end (+ (:start args 0) (count results))})
(defn ident->enum-f [k]
#(update % k
(fn [value] (some-> value :db/ident name keyword))))