fixing bug.

This commit is contained in:
2022-12-11 07:47:10 -08:00
parent 51c7bc9bdb
commit 387a153be5

View File

@@ -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 ]