From 30a4594333f9265b3efb56c55d11ba35ae0064b6 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Mon, 29 Nov 2021 19:46:10 -0800 Subject: [PATCH] Fix --- src/clj/auto_ap/routes/exports.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/routes/exports.clj b/src/clj/auto_ap/routes/exports.clj index 6a5618c6..73317da4 100644 --- a/src/clj/auto_ap/routes/exports.clj +++ b/src/clj/auto_ap/routes/exports.clj @@ -212,7 +212,7 @@ true (update :transaction/date to-date) true (update :transaction/post-date to-date) (:transaction/payment i) (update-in [:transaction/payment :payment/date] to-date) - ))) + (:transaction/expected-deposit i) (update-in [:transaction/expected-deposit :expected-deposit/date] to-date)))) transactions))) (GET "/transactions/export2" {:keys [query-params identity]}