fixing bug.
This commit is contained in:
@@ -528,7 +528,7 @@
|
|||||||
(filter (fn [jel]
|
(filter (fn [jel]
|
||||||
(when-let [account (account-lookup (:id (:account jel)))]
|
(when-let [account (account-lookup (:id (:account jel)))]
|
||||||
(and
|
(and
|
||||||
(l-reports/account-belongs-in-category? (:numeric-code account) category)
|
(l-reports/account-belongs-in-category? (:numeric_code account) category)
|
||||||
(= location (:location jel)))))
|
(= location (:location jel)))))
|
||||||
)
|
)
|
||||||
(map (fn [jel ]
|
(map (fn [jel ]
|
||||||
|
|||||||
Reference in New Issue
Block a user