minor tweak.
This commit is contained in:
@@ -290,14 +290,15 @@
|
||||
:spec ::invoice/total
|
||||
:step "0.01"}]]]]]]
|
||||
|
||||
[bind-field
|
||||
[expense-accounts-field {:subscription data
|
||||
:type "expense-accounts"
|
||||
:descriptor "expense account"
|
||||
:event change-event
|
||||
:locations locations
|
||||
:max-value (:total data)
|
||||
:field [:expense-accounts]}]]
|
||||
[:div.field
|
||||
[bind-field
|
||||
[expense-accounts-field {:subscription data
|
||||
:type "expense-accounts"
|
||||
:descriptor "expense account"
|
||||
:event change-event
|
||||
:locations locations
|
||||
:max-value (:total data)
|
||||
:field [:expense-accounts]}]]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -121,14 +121,15 @@
|
||||
:event change-event
|
||||
:subscription data}]]]]
|
||||
|
||||
[bind-field
|
||||
[expense-accounts-field
|
||||
{:type "expense-accounts"
|
||||
:field [:expense-accounts]
|
||||
:descriptor "credit account"
|
||||
:locations locations
|
||||
:event change-event
|
||||
:subscription data}]]
|
||||
[:div.field
|
||||
[bind-field
|
||||
[expense-accounts-field
|
||||
{:type "expense-accounts"
|
||||
:field [:expense-accounts]
|
||||
:descriptor "credit account"
|
||||
:locations locations
|
||||
:event change-event
|
||||
:subscription data}]]]
|
||||
|
||||
(comment
|
||||
[:div.field
|
||||
|
||||
Reference in New Issue
Block a user