From 22639cff7f4987a6b86d6c93c55880f683229309 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Wed, 27 Jul 2022 09:11:26 -0700 Subject: [PATCH] fix for emailing?. --- src/cljs/auto_ap/views/pages/ledger/profit_and_loss.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cljs/auto_ap/views/pages/ledger/profit_and_loss.cljs b/src/cljs/auto_ap/views/pages/ledger/profit_and_loss.cljs index 5c8c7d03..c8578b20 100644 --- a/src/cljs/auto_ap/views/pages/ledger/profit_and_loss.cljs +++ b/src/cljs/auto_ap/views/pages/ledger/profit_and_loss.cljs @@ -106,7 +106,7 @@ NOTE: Please review the transactions we may have question for you here: https:// 1) client-emails (when single-client? (-> clients-by-id - (get (:id (first selected-clients))) + (get (:id (:client (first selected-clients)))) :emails))] {:dispatch [::modal/modal-requested {:title "Your report is ready" :body [:div