diff --git a/src/cljs/auto_ap/views/pages/transactions/form.cljs b/src/cljs/auto_ap/views/pages/transactions/form.cljs index 037b12d6..ac3c844d 100644 --- a/src/cljs/auto_ap/views/pages/transactions/form.cljs +++ b/src/cljs/auto_ap/views/pages/transactions/form.cljs @@ -44,7 +44,6 @@ (re-frame/reg-event-db ::editing (fn [db [_ which]] - (-> db (forms/start-form ::edit-transaction {:id (:id which) :yodlee-merchant (:yodlee-merchant which) @@ -156,17 +155,7 @@ :event change-event :subscription data}]]]] - [:div.field - [:div.control - [:label.checkbox - [bind-field - [:input.checkbox {:type "checkbox" - :field [:exclude-from-ledger] - :subscription data - :event change-event} - ]] - " Exclude from ledger?" - ]]] + [:div.field [bind-field @@ -179,6 +168,18 @@ :event change-event :subscription data}]]] + [:div.field + [:div.control + [:label.checkbox + [bind-field + [:input.checkbox {:type "checkbox" + :field [:exclude-from-ledger] + :subscription data + :event change-event} + ]] + " Exclude from ledger?" + ]]] + (comment [:div.field [:p.control