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 ]