added apply all rule.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
(.get java.time.temporal.ChronoField/DAY_OF_MONTH))]
|
||||
(and
|
||||
(if description
|
||||
(re-find description (:transaction/description-original transaction))
|
||||
(re-find description (or (:transaction/description-original transaction) ""))
|
||||
true)
|
||||
(if dom-gte
|
||||
(>= transaction-dom dom-gte)
|
||||
|
||||
Reference in New Issue
Block a user