mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[FIX] Error string formatting
This commit is contained in:
committed by
Alexis de Lattre
parent
8db8e5f986
commit
10eae67cb5
@@ -249,7 +249,7 @@ class AccountStatementImport(models.TransientModel):
|
||||
"bank journal doesn't exist yet, you should create "
|
||||
"a new one."
|
||||
)
|
||||
% (account_number, company.partner_id.display_name)
|
||||
% (account_number,)
|
||||
)
|
||||
else:
|
||||
raise UserError(
|
||||
|
||||
Reference in New Issue
Block a user