shows the matching information.

This commit is contained in:
Bryce Covert
2019-11-17 12:07:06 -08:00
parent d2e48125d1
commit 141e5b06f1
5 changed files with 19 additions and 3 deletions

View File

@@ -171,6 +171,11 @@
(if (seq (:invoices @invoice-page))
[invoice-table {:id :approved
:invoice-page invoice-page
:overrides {:client (fn [row]
[:p (:name (:client row))
[:p [:i.is-size-7 (:client-identifier row)]]]
)}
:check-boxes true
:checked (:checked @invoice-page)
:on-check-changed (fn [which invoice]