Adds links for manual payments
This commit is contained in:
@@ -364,7 +364,10 @@
|
||||
:name "Links"
|
||||
:class "w-8"
|
||||
:render (fn [p]
|
||||
(link-dropdown (concat (->> p :payment/invoices (map (fn [invoice]
|
||||
(link-dropdown (concat (->> p :invoice-payment/_payment
|
||||
(map :invoice-payment/invoice)
|
||||
|
||||
(map (fn [invoice]
|
||||
{:link (hu/url (bidi/path-for ssr-routes/only-routes
|
||||
::invoice-route/all-page)
|
||||
{:exact-match-id (:db/id invoice)})
|
||||
|
||||
Reference in New Issue
Block a user