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]]