Supports editing the approval status.
This commit is contained in:
@@ -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"]])])])
|
||||
|
||||
Reference in New Issue
Block a user