From ad1b82b3043d975f18add01f29f0c64e2f1e1f1d Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Mon, 20 Mar 2023 17:13:11 -0700 Subject: [PATCH] Upsert entity from invoice should work in cloud --- src/clj/auto_ap/graphql/invoices.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/clj/auto_ap/graphql/invoices.clj b/src/clj/auto_ap/graphql/invoices.clj index 8a4bae68..0a150946 100644 --- a/src/clj/auto_ap/graphql/invoices.clj +++ b/src/clj/auto_ap/graphql/invoices.clj @@ -1,7 +1,8 @@ (ns auto-ap.graphql.invoices (:require [auto-ap.datomic - :refer [conn pull-attr pull-many pull-ref random-tempid upsert-entity]] + :refer [conn pull-attr pull-many pull-ref random-tempid ]] + [iol-ion.tx :refer [upsert-entity]] [auto-ap.datomic.clients :as d-clients] [auto-ap.datomic.invoices :as d-invoices] [auto-ap.datomic.vendors :as d-vendors]