From c57775eddd444cd3feba9935963000fee5499dc6 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 30 Jan 2025 12:42:28 -0800 Subject: [PATCH] correct --- src/clj/auto_ap/ssr/ledger/new.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/ssr/ledger/new.clj b/src/clj/auto_ap/ssr/ledger/new.clj index 263a3ac7..1539a9f1 100644 --- a/src/clj/auto_ap/ssr/ledger/new.clj +++ b/src/clj/auto_ap/ssr/ledger/new.clj @@ -300,7 +300,7 @@ (update :journal-entry-line/account :db/id) (assoc :journal-entry-line/client (-> request :form-params :journal-entry/client :db/id) :journal-entry-line/date (-> request :form-params :journal-entry/date coerce/to-date))) - li))) + li)))) (assoc :journal-entry/external-id (str "manual-" (UUID/randomUUID)))) (= :post (:request-method request)) (assoc :db/id "new")) {:keys [tempids]} (audit-transact [[:upsert-entity entity]]