a number of small bug fixes.

This commit is contained in:
2022-03-02 11:50:03 -08:00
parent d766d758f0
commit 223a3749ec
5 changed files with 18 additions and 10 deletions

View File

@@ -34,14 +34,14 @@
(re-frame/reg-event-db
::payment-voided
(fn [db [_ {:keys [void-payment]}]]
(fn [db [_ _]]
db))
(defn row [{check :check
selected-client :selected-client
states :states
}]
(let [{:keys [client s3-url bank-account payments type check-number date amount id vendor status invoices transaction] :as check} check]
(let [{:keys [client s3-url bank-account type check-number date amount id vendor status invoices transaction] :as check} check]
[grid/row {:class (:class check) :id id :entity check}
(when-not selected-client
[grid/cell {} (:name client)])