~camptocamp/account-invoice-report/7.0-sync-tax-column-with-so-20130415

« back to all changes in this revision

Viewing changes to invoice_webkit/report/account_invoice.mako

  • Committer: Yannick Vaucher
  • Date: 2013-04-11 09:38:44 UTC
  • Revision ID: yannick.vaucher@camptocamp.com-20130411093844-6i3zmlr2usyb8fla
[FIX] account_invoice_report_webkit - add fiscal position note in report

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
    %if inv.note2 :
343
343
        <p class="std_text">${inv.note2 | n}</p>
344
344
    %endif
 
345
    %if inv.fiscal_position :
 
346
        <br/>
 
347
        <p class="std_text">
 
348
        <b>Fiscal Position Remark :</b> <br/>
 
349
        ${inv.fiscal_position.note | n}
 
350
        </p>
 
351
    %endif
345
352
    <p style="page-break-after:always"></p>
346
353
    %endfor
347
354
</body>