imports invoices one at a time to avoid duplicating them
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
(:import [java.util UUID]))
|
||||
|
||||
(def random-tempid iol-ion.utils/random-tempid)
|
||||
(defn composite-tempid [& pieces]
|
||||
(format "hashed-%d" (.hashCode (set pieces))))
|
||||
|
||||
(def by iol-ion.utils/by)
|
||||
(def pull-many iol-ion.utils/pull-many)
|
||||
(def remove-nils iol-ion.utils/remove-nils)
|
||||
|
||||
Reference in New Issue
Block a user