balance sheet prep

This commit is contained in:
2024-10-12 19:24:31 -07:00
parent 427f50fb6b
commit 06a23d4d10
4 changed files with 154 additions and 142 deletions

View File

@@ -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