Supports editing the approval status.

This commit is contained in:
Bryce Covert
2019-05-14 09:06:58 -07:00
parent 76c903d16d
commit 66fd9a87bc
7 changed files with 68 additions and 14 deletions

View File

@@ -49,7 +49,7 @@
(-> which
(select-keys [:vendor :amount :payment :client :description-original
:yodlee-merchant :id :potential-payment-matches
:exclude-from-ledger :location :accounts])
:exclude-from-ledger :location :accounts :transaction-approval-status])
(assoc :potential-payment-matches potential-payment-matches)
(update :accounts expense-accounts-field/from-graphql (:amount which) locations))))))
@@ -183,6 +183,8 @@
{:type "checkbox"
:field [:exclude-from-ledger]}]]
" Exclude from ledger"]]
[:hr]
[error-notification]
[submit-button "Save"]])])])