feat: Se añade tip in totals

This commit is contained in:
2024-02-20 02:17:05 +00:00
parent 07390de74a
commit 0bc83265e1
2 changed files with 15 additions and 2 deletions

View File

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