~pedro.baeza/account-invoice-report/7.0-translation-templates

« back to all changes in this revision

Viewing changes to invoice_webkit/report/account_invoice.mako

  • Committer: Alexandre Fayolle
  • Author(s): yannick.vaucher at camptocamp
  • Date: 2013-04-15 13:26:31 UTC
  • mfrom: (25.2.2 7.0-add-fiscal-position-note)
  • Revision ID: alexandre.fayolle@camptocamp.com-20130415132631-90eee8lr0ij8iytk
[MRG] [FIX] At the end of the report the fiscal position note is missing if set in fiscal position

Show diffs side-by-side

added added

removed removed

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