Skip to content

Commit

Permalink
Merge pull request #3336 from Nobodaddy/patch-23
Browse files Browse the repository at this point in the history
[*] PDF : Update invoice.total-tab.tpl
  • Loading branch information
julienbourdeau committed Jul 1, 2015
2 parents afdab2b + 4741be7 commit 0999636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdf/invoice.total-tab.tpl
Expand Up @@ -76,6 +76,7 @@
{displayPrice currency=$order->id_currency price=$footer.total_paid_tax_excl}
</td>
</tr>
{if $footer.total_taxes > 0}
<tr class="bold">
<td class="grey">
{l s='Total Tax' pdf='true'}
Expand All @@ -84,6 +85,7 @@
{displayPrice currency=$order->id_currency price=$footer.total_taxes}
</td>
</tr>
{/if}
<tr class="bold big">
<td class="grey">
{l s='Total' pdf='true'}
Expand Down

0 comments on commit 0999636

Please sign in to comment.