Skip to content

Commit

Permalink
Merge pull request #581 from Studio73/12.0-fix-account_payment_order-…
Browse files Browse the repository at this point in the history
…report

[12.0][FIX] account_payment_order report
  • Loading branch information
pedrobaeza committed Apr 15, 2019
2 parents fa8276e + 7f09200 commit 0fdcd14
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions account_payment_order/report/account_payment_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
</div>
</div>

<h2>Payment Order / Payment</h2>
<t t-if="doc.payment_type == 'inbound'">
<h2>Debit Order</h2>
</t>
<t t-else="">
<h2>Payment Order</h2>
</t>

<div class="row mt32 mb32">
<div t-if="doc.payment_mode_id.name" class="col-xs-2">
Expand Down Expand Up @@ -91,8 +96,8 @@
</tbody>
</table>

<div class="row">
<div class="col-xs-4 pull-right">
<div class="row pull-right">
<div class="col-xs-4">
<table class="table table-condensed">
<tr class="border-black">
<td><strong>Total</strong></td>
Expand Down

0 comments on commit 0fdcd14

Please sign in to comment.