This commit is contained in:
2021-11-05 16:51:42 -07:00
parent f20751a9b4
commit 32eded1f9c

View File

@@ -336,6 +336,7 @@
should-disable-for-client? (and (not (or is-admin? is-power-user?)) should-disable-for-client? (and (not (or is-admin? is-power-user?))
(not= :requires-feedback (:original-status data))) (not= :requires-feedback (:original-status data)))
is-already-matched? (:payment data)] is-already-matched? (:payment data)]
(with-meta
(form-inline {:title "Transaction"} (form-inline {:title "Transaction"}
[:<> [:<>
@@ -449,4 +450,5 @@
:field [:forecast-match]}]) :field [:forecast-match]}])
(error-notification) (error-notification)
(when-not should-disable-for-client? (when-not should-disable-for-client?
(submit-button "Save"))]]]]))]) (submit-button "Save"))]]]])
{:key (:id data)}))])