mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	fix join in ebics.xfer wizard
This commit is contained in:
		@@ -292,7 +292,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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user