Skip to content

Commit

Permalink
[FIX] No hard coded title on rthe eport
Browse files Browse the repository at this point in the history
  • Loading branch information
dreispt committed Oct 16, 2019
1 parent 765877b commit 310c44e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sale_general_term/report/sale_report_templates.xml
Expand Up @@ -2,7 +2,6 @@
<template id="report_saleorder_document_inherit" inherit_id="sale.report_saleorder_document">
<div name="signature" position="after">
<div style="display:block; clear:both; page-break-after:always;">
General Terms
<div t-if="doc.general_term_id" name="general_term_id">
<span><t t-raw="doc.general_term_id.terms"/></span>
</div>
Expand Down

0 comments on commit 310c44e

Please sign in to comment.