We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf8394 commit 43f5110Copy full SHA for 43f5110
1 file changed
l10n_ar_tax/views/report_payment_receipt_templates.xml
@@ -86,7 +86,7 @@
86
<td>
87
<span t-out="'Cheque nro %s' % (check.name)">Check nro 123456</span>
88
<span t-if="check.bank_id" t-out="' - %s' % (check.bank_id.name)"> - Santander Rio</span>
89
- <span t-if="doc.payment_method_code == 'own_checks'" t-out="' (%s)' % (check.payment_method_line_id.name)"> (Electronic checkbook)</span>
+ <span t-out="' (%s)' % (check.payment_method_line_id.name)"> (Electronic checkbook)</span>
90
<span t-if="check.payment_date"> - Exp. <span t-field="check.payment_date"/></span>
91
</td>
92
<td class="text-right" t-if="secondary_currency">
0 commit comments