fix amounts on view-cashbooks to include non-asset-cashbooks
This commit is contained in:
parent
d8ff106f48
commit
f173dee817
4 changed files with 234 additions and 118 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue