msot
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
(ns auto-ap.ssr.transaction
|
||||
(:require
|
||||
[auto-ap.client-routes :as client-routes]
|
||||
[auto-ap.datomic
|
||||
:refer [add-sorter-fields apply-pagination apply-sort-4 conn
|
||||
merge-query observable-query pull-many]]
|
||||
@@ -394,14 +393,7 @@
|
||||
:color :secondary
|
||||
:content (format "Invoice '%s'" (:invoice/invoice-number inv))}))
|
||||
|
||||
;; Client overrides
|
||||
(and (:transaction/client-overrides i) (seq (:transaction/client-overrides i)))
|
||||
(conj
|
||||
{:link (hu/url (bidi/path-for client-routes/routes
|
||||
:transactions)
|
||||
{:exact-match-id (:db/id i)})
|
||||
:color :primary
|
||||
:content "Client Overrides"})))))
|
||||
))))
|
||||
:render-for #{:html}}]}))
|
||||
|
||||
(def row* (partial helper/row* grid-page))
|
||||
|
||||
Reference in New Issue
Block a user