Skip to content

Commit

Permalink
[FIX]
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunezd committed Nov 7, 2024
1 parent 3ed4d85 commit 5944720
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions l10n_do_accounting/views/report_invoice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
<br/>
<span>
<strong>Fecha Emisión:</strong>
<span t-field="o.invoice_date"/>
<span t-if="o.invoice_date" t-field="o.invoice_date"/>
<span t-else="">No especificado</span>
</span>
<br/>
<span t-if="o.invoice_date_due and o.move_type == 'out_invoice' and o.state == 'posted' and not ecf_representation">
Expand Down Expand Up @@ -324,10 +325,10 @@
</attribute>
</xpath>

<xpath expr="//div[@id='total']/div/table/t[@t-call='account.document_tax_totals']"
position="replace">
<t t-call="l10n_do_accounting.document_tax_totals"/>
</xpath>
<!-- <xpath expr="//div[@id='total']/div/table/t[@t-call='account.document_tax_totals']"-->
<!-- position="replace">-->
<!-- <t t-call="l10n_do_accounting.document_tax_totals"/>-->
<!-- </xpath>-->

</template>

Expand Down

0 comments on commit 5944720

Please sign in to comment.