support for new templates.

This commit is contained in:
Bryce Covert
2019-11-30 18:07:27 -08:00
parent 94cc8f0f9a
commit 8cdc91d057
3 changed files with 35 additions and 3 deletions

View File

@@ -161,7 +161,6 @@
(defn import-uploaded-invoice [imports]
(let [clients (d-clients/get-all)
_ (clojure.pprint/pprint imports)
transactions (reduce (fn [result {:keys [invoice-number customer-identifier total date vendor-code text full-text] :as info}]
(println "searching for" vendor-code)