mirror of
https://github.com/brain-tec/account_ebics.git
synced 2026-08-06 14:42:37 +00:00
[IMP] account_ebics_payment_order: pre-commit auto fixes
This commit is contained in:
@@ -57,8 +57,7 @@ class AccountPaymentOrder(models.Model):
|
||||
if not self.journal_id.ebics_config_id:
|
||||
raise UserError(
|
||||
self.env._(
|
||||
"No active EBICS configuration available "
|
||||
"for the selected bank."
|
||||
"No active EBICS configuration available for the selected bank."
|
||||
)
|
||||
)
|
||||
ctx.update(
|
||||
|
||||
Reference in New Issue
Block a user