mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_banking_sepa_credit_transfer: Change the variable name in tests.
This commit is contained in:
@@ -352,7 +352,7 @@ class TestSCT(SavepointCase):
|
||||
currency_id,
|
||||
price_unit,
|
||||
reference,
|
||||
type="in_invoice",
|
||||
invoice_type="in_invoice",
|
||||
):
|
||||
data = {
|
||||
"partner_id": partner_id,
|
||||
@@ -360,7 +360,7 @@ class TestSCT(SavepointCase):
|
||||
"ref": reference,
|
||||
"currency_id": currency_id,
|
||||
"invoice_date": time.strftime("%Y-%m-%d"),
|
||||
"type": type,
|
||||
"type": invoice_type,
|
||||
"payment_mode_id": cls.payment_mode.id,
|
||||
"invoice_partner_bank_id": cls.env.ref(partner_bank_xmlid).id,
|
||||
"invoice_line_ids": [],
|
||||
|
||||
Reference in New Issue
Block a user