Browse Source

[FIX] Bug Fixed 'sale_discount_total'

pull/187/head
Ajmalcybrosys 6 years ago
parent
commit
42a4f952ea
  1. 3
      sale_discount_total/views/invoice_report.xml

3
sale_discount_total/views/invoice_report.xml

@ -3,6 +3,9 @@
<data>
<template id="report_invoice_customized" inherit_id="account.report_invoice_document">
<xpath expr="//span[@t-field='l.discount']" position="replace">
<span t-esc="'%.2f'%(l.discount)"/>
</xpath>
<xpath expr="//tr[hasclass('border-black')]" position="after">
<tr>
<td>Discount</td>

Loading…
Cancel
Save