Add fields total_discuont and total_discount_cache

This commit is contained in:
cosmos
2023-08-31 13:27:25 -05:00
parent 03d8711ab3
commit f6a968535d
2 changed files with 65 additions and 0 deletions

View File

@@ -12,4 +12,8 @@ this repository contains the full copyright notices and license terms. -->
</group>
<newline/>
</xpath>
<xpath expr="/form/notebook/page[@id='purchase']/group[@id='amount']/field[@name='tax_amount']" position="after">
<label name="total_discount"/>
<field name="total_discount"/>
</xpath>
</data>