From 387a153be50441cc9ad5bb75bc76115d2fb21e2b Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sun, 11 Dec 2022 07:47:10 -0800 Subject: [PATCH] fixing bug. --- src/clj/auto_ap/graphql/ledger.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/graphql/ledger.clj b/src/clj/auto_ap/graphql/ledger.clj index 16217569..46d90795 100644 --- a/src/clj/auto_ap/graphql/ledger.clj +++ b/src/clj/auto_ap/graphql/ledger.clj @@ -528,7 +528,7 @@ (filter (fn [jel] (when-let [account (account-lookup (:id (:account jel)))] (and - (l-reports/account-belongs-in-category? (:numeric-code account) category) + (l-reports/account-belongs-in-category? (:numeric_code account) category) (= location (:location jel))))) ) (map (fn [jel ]