From f404df2951f90a319fd11b84537209b837c7b7cf Mon Sep 17 00:00:00 2001 From: Bryce Date: Mon, 21 Oct 2024 17:47:23 -0700 Subject: [PATCH] filters --- src/clj/auto_ap/ssr/ledger.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/ssr/ledger.clj b/src/clj/auto_ap/ssr/ledger.clj index b92fe11e..fa797bee 100644 --- a/src/clj/auto_ap/ssr/ledger.clj +++ b/src/clj/auto_ap/ssr/ledger.clj @@ -486,7 +486,7 @@ "' and credits '" (reduce (fnil + 0.0 0.0) 0 (map :credit (:line-items entry))) "' do not add up.")) - (dollars= (reduce (fnil + 0.0 0.0) 0.0 (map :debit (:line-items entry))) + #_#_(dollars= (reduce (fnil + 0.0 0.0) 0.0 (map :debit (:line-items entry))) 0.0) (all-row-error (str "Cannot have ledger entries that total $0.00"))