adds location
This commit is contained in:
@@ -490,7 +490,9 @@
|
||||
:sort-key "client"
|
||||
:hide? (fn [args]
|
||||
(= (count (:clients args)) 1))
|
||||
:render #(-> % :invoice/client :client/name)}
|
||||
:render (fn [x] [:div.flex.items-center.gap-2 (-> x :invoice/client :client/name)
|
||||
(com/pill {:color :primary} (-> x :invoice/location))
|
||||
])}
|
||||
{:key "vendor"
|
||||
:name "Vendor"
|
||||
:sort-key "vendor"
|
||||
|
||||
Reference in New Issue
Block a user