mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 04:02:03 +00:00
fix join in ebics.xfer wizard
This commit is contained in:
parent
d0b712cb8b
commit
14c11d923b
@ -301,7 +301,7 @@ class EbicsXfer(models.TransientModel):
|
||||
suffix = self.format_id.suffix
|
||||
fn = self.upload_fname
|
||||
if not fn.endswith(suffix):
|
||||
fn = '.'.join[fn, suffix]
|
||||
fn = '.'.join([fn, suffix])
|
||||
ef_vals = {
|
||||
'name': self.upload_fname,
|
||||
'data': self.upload_data,
|
||||
|
Loading…
Reference in New Issue
Block a user