allows voids.
This commit is contained in:
@@ -95,7 +95,8 @@
|
||||
(url/map->query {:exact-match-id (:id transaction)}))}]]])]]]]])
|
||||
[:span {:style {:margin-left "1em"}}]
|
||||
|
||||
(when (and (not= :cleared status)
|
||||
(when (and (or (not= :cleared status)
|
||||
(= :balance-credit type))
|
||||
(not= :voided status)
|
||||
(not transaction))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user