adds linkage changing date

This commit is contained in:
Bryce Covert
2021-01-24 10:00:13 -08:00
parent 10785b9c85
commit e2cdb3c719
3 changed files with 13 additions and 4 deletions

View File

@@ -97,9 +97,11 @@
(when (or (= :pending status)
(and (#{":cash" :cash ":debit" :debit} type)
(not= :voided status)))
(not= :voided status)
(not transaction)))
[buttons/sl-icon {:event [::void-check check] :icon :icon-bin-2
:class (status/class-for (get states (:id check)))}])]]]))
:class (status/class-for (get states (:id check)))}]
)]]]))
(defn table [{:keys [data-page]}]
(let [selected-client @(re-frame/subscribe [::subs/client])