admins copy IDs

This commit is contained in:
Bryce Covert
2020-08-24 21:48:58 -07:00
parent 7f75a3b849
commit f20bbf9e75
12 changed files with 41 additions and 16 deletions

View File

@@ -43,7 +43,7 @@
states :states
}]
(let [{:keys [client s3-url bank-account payments type check-number date amount id vendor status invoices] :as check} check]
[grid/row {:class (:class check)}
[grid/row {:class (:class check) :id id}
(when-not selected-client
[grid/cell {} (:name client)])
[grid/cell {} (:name vendor)]