Skip to content

Commit 43f5110

Browse files
committed
[IMP] l10n_ar_tax: Always show Checks method on payment receipt
closes #1390 Signed-off-by: rov-adhoc <rov@adhoc.com.ar>
1 parent faf8394 commit 43f5110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

l10n_ar_tax/views/report_payment_receipt_templates.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<td>
8787
<span t-out="'Cheque nro %s' % (check.name)">Check nro 123456</span>
8888
<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>
89+
<span t-out="' (%s)' % (check.payment_method_line_id.name)"> (Electronic checkbook)</span>
9090
<span t-if="check.payment_date"> - Exp. <span t-field="check.payment_date"/></span>
9191
</td>
9292
<td class="text-right" t-if="secondary_currency">

0 commit comments

Comments
 (0)