Adds links for manual payments

This commit is contained in:
2024-05-02 19:47:36 -07:00
parent 002c3d8688
commit 2a94bcc509
5 changed files with 15 additions and 9 deletions

View File

@@ -538,6 +538,7 @@
(link-dropdown
(concat (->> i
:invoice/payments
(map :invoice-payment/payment)
(filter (fn [p]
(not= :payment-status/voided
(:payment/status p))))