fix amounts on view-cashbooks to include non-asset-cashbooks

This commit is contained in:
Frederik Jaeckel 2024-01-20 18:15:31 +01:00
parent d8ff106f48
commit f173dee817
4 changed files with 234 additions and 118 deletions

View file

@ -6,7 +6,7 @@ full copyright notices and license terms. -->
<xpath expr="/tree/field[@name='balance']" position="after">
<field name="current_value" symbol="currency"/>
<field name="diff_amount" symbol="currency"/>
<field name="current_value_ref" symbol="company_currency" optional="1"/>
<field name="diff_percent"/>
<field name="quantity" symbol="quantity_uom"/>
</xpath>

View file

@ -6,7 +6,7 @@ full copyright notices and license terms. -->
<xpath expr="/tree/field[@name='balance']" position="after">
<field name="diff_amount" symbol="currency"/>
<field name="diff_percent"/>
<field name="current_value_ref" symbol="company_currency" optional="1"/>
</xpath>
</data>