progress on invoices.
This commit is contained in:
@@ -815,7 +815,7 @@
|
||||
(fc/with-field :transaction-rule/transaction-approval-status
|
||||
(com/validated-field {:label "Approval status"
|
||||
:errors (fc/field-errors)}
|
||||
(com/radio {:options (ref->radio-options "transaction-approval-status")
|
||||
(com/radio-card {:options (ref->radio-options "transaction-approval-status")
|
||||
:value (fc/field-value)
|
||||
:name (fc/field-name)
|
||||
:size :small
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
:placeholder "Cash"
|
||||
:size :small}))
|
||||
(com/field {:label "Type"}
|
||||
(com/radio {:size :small
|
||||
(com/radio-card {:size :small
|
||||
:name "type"
|
||||
:value (:type (:parsed-query-params request))
|
||||
:options [{:value ""
|
||||
|
||||
Reference in New Issue
Block a user