Skip to content

Commit

Permalink
ledger.payments.templates: re-add BPAY block
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Percival committed Apr 13, 2018
1 parent 95207ac commit d3968db
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion ledger/payments/templates/dpaw_payments/invoice/invoice.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,24 @@ <h4 class="subheader text-center">Remittance Advice</h4>
</div>
</div>
<!-- BPAY -->
<div class="row">
<div class="row">
<div class="column large-6">
<div class="bpay_div column large-7">
<div class="row">
<div class="column small-4">
<img style="margin-top: 10px;" width="55px" height="55px" src="/media/BPAY_2012_PORT_BLUE.png"alt="BPAY Logo"/>
</div>
<div style="margin-top: 10px; margin-left:-10px;" class="bpay_div column small-7">
<p style="margin-bottom: 0;">Biller Code: {{invoice.biller_code}}</p>
<p style="margin-bottom: 0;">Ref: {{invoice.reference}}</p>
</div>
</div>
<p style="margin-bottom: 0;">Telephone & Internet Banking - BPAY</p>
<small>Contact your bank or financial institution to make</small>
<small>this payment from your cheque, savings, debit or</small>
<small>transaction account.More info:www.bpay.com.au</small>
</div>
</div>
<div class="column large-6">
<strong>Pay By Cheque</strong>
<p>Make cheque payable to: Department of Parks and Wildlife</p>
Expand Down

0 comments on commit d3968db

Please sign in to comment.