Adds location filter.

This commit is contained in:
Bryce Covert
2020-10-01 08:04:57 -07:00
parent 5445d55063
commit 71c716e669
9 changed files with 37 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
:vendor-id (:id (:vendor params))
:date-range (:date-range params)
:account-id (:id (:account params))
:location (:location params)
:bank-account-id (:id (:bank-account params))
:amount-gte (:amount-gte (:amount-range params))
:amount-lte (:amount-lte (:amount-range params))})