balance sheet prep
This commit is contained in:
@@ -172,7 +172,12 @@
|
||||
s))
|
||||
|
||||
(defn keyword->str [k]
|
||||
(subs (str k) 1))
|
||||
(cond (keyword? k)
|
||||
(subs (str k) 1)
|
||||
(string? k)
|
||||
k
|
||||
:else
|
||||
k))
|
||||
|
||||
|
||||
;; TODO make this bubble the form data automatically
|
||||
|
||||
Reference in New Issue
Block a user