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