added description
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
:per-page (:per-page params)
|
||||
:vendor-id (:id (:vendor params))
|
||||
:client-id (:id @(re-frame/subscribe [::subs/client]))
|
||||
:note (:note params)}
|
||||
:note (:note params)
|
||||
:description (:description params)}
|
||||
[[:transaction-rules default-read]
|
||||
:total
|
||||
:start
|
||||
|
||||
@@ -23,5 +23,11 @@
|
||||
[:div.field
|
||||
[:div.control [:input.input {:placeholder "HOME DEPOT"
|
||||
:value @(re-frame/subscribe [::data-page/filter data-page :note])
|
||||
:on-change (dispatch-value-change [::data-page/filter-changed data-page :note])} ]]]]])
|
||||
:on-change (dispatch-value-change [::data-page/filter-changed data-page :note])} ]]]]
|
||||
[:p.menu-label "Description"]
|
||||
[:div
|
||||
[:div.field
|
||||
[:div.control [:input.input {:placeholder "HOME DEPOT"
|
||||
:value @(re-frame/subscribe [::data-page/filter data-page :description])
|
||||
:on-change (dispatch-value-change [::data-page/filter-changed data-page :description])} ]]]]])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user