mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_payment_order: report title
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user