mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Add the bank_line as argument to some methods that generate SEPA XML
This commit is contained in:
committed by
Enric Tobella
parent
9375ced37a
commit
23c799a3f6
@@ -151,7 +151,7 @@ class AccountPaymentOrder(models.Model):
|
||||
% (line.partner_id.name, line.name))
|
||||
self.generate_party_block(
|
||||
credit_transfer_transaction_info_2_27, 'Cdtr',
|
||||
'C', line.partner_bank_id, gen_args)
|
||||
'C', line.partner_bank_id, gen_args, line)
|
||||
self.generate_remittance_info_block(
|
||||
credit_transfer_transaction_info_2_27, line, gen_args)
|
||||
if not pain_flavor.startswith('pain.001.001.02'):
|
||||
|
||||
Reference in New Issue
Block a user