preventing unmatched transacations from re-matching.

This commit is contained in:
2021-01-26 17:11:33 -08:00
parent 826dd6709e
commit 8bb286b411
2 changed files with 7 additions and 8 deletions

View File

@@ -384,7 +384,7 @@
(when
(and (seq (:potential-autopay-invoices-matches data))
#_(not is-already-matched?)
(not is-already-matched?)
(or is-admin? is-power-user?))
[tab {:title "Autopay Invoices" :key :autopay-invoices}
[potential-autopay-invoices-matches-box {:potential-autopay-invoices-matches (:potential-autopay-invoices-matches data)}]])