mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	fix _update_order_number, cf. https://github.com/Noviat/account_ebics/issues/62
This commit is contained in:
		@@ -484,6 +484,7 @@ class EbicsConfig(models.Model):
 | 
				
			|||||||
                o_list[-i] = 'A'
 | 
					                o_list[-i] = 'A'
 | 
				
			||||||
                break
 | 
					                break
 | 
				
			||||||
            if c == 'Z':
 | 
					            if c == 'Z':
 | 
				
			||||||
 | 
					                o_list[-i] = '0'
 | 
				
			||||||
                continue
 | 
					                continue
 | 
				
			||||||
            else:
 | 
					            else:
 | 
				
			||||||
                o_list[-i] = chr(ord(c) + 1)
 | 
					                o_list[-i] = chr(ord(c) + 1)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user