manual ledger entries delete experience

This commit is contained in:
Bryce Covert
2020-09-30 07:11:09 -07:00
parent 429b02884a
commit fc9f45b847
4 changed files with 40 additions and 7 deletions

View File

@@ -205,6 +205,9 @@
(catch Exception e
(assoc entry :error (.getMessage e))))))
(defn delete-external-ledger [context args value]
)
(defn import-ledger [context args value]
(assert-admin (:id context))
(lc/with-context {:area "import ledger"}