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
880d500d12
commit
cca341543b
@@ -255,7 +255,7 @@ class AccountPaymentOrder(models.Model):
|
||||
|
||||
self.generate_party_block(
|
||||
dd_transaction_info_2_28, 'Dbtr', 'C',
|
||||
line.partner_bank_id, gen_args)
|
||||
line.partner_bank_id, gen_args, line)
|
||||
|
||||
self.generate_remittance_info_block(
|
||||
dd_transaction_info_2_28, line, gen_args)
|
||||
|
||||
Reference in New Issue
Block a user