Convert sum attribute into boolean

This commit is contained in:
Albert Cervera i Areny 2023-06-10 17:17:37 +02:00
parent 2728104ce8
commit 9f9bc14e2a
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
copyright notices and license terms. --> copyright notices and license terms. -->
<data> <data>
<xpath expr="/tree/field[@name='state']" position="before"> <xpath expr="/tree/field[@name='state']" position="before">
<field name="cost" sum="Total"/> <field name="cost" sum="1"/>
</xpath> </xpath>
</data> </data>