mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	fix 3SKey init check
This commit is contained in:
		@@ -210,7 +210,7 @@ class EbicsUserID(models.Model):
 | 
				
			|||||||
            raise UserError(
 | 
					            raise UserError(
 | 
				
			||||||
                _("Set a passphrase."))
 | 
					                _("Set a passphrase."))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if not self.swift_3skey and not self.swift_3skey_certificate:
 | 
					        if self.swift_3skey and not self.swift_3skey_certificate:
 | 
				
			||||||
            raise UserError(
 | 
					            raise UserError(
 | 
				
			||||||
                _("3SKey certificate missing."))
 | 
					                _("3SKey certificate missing."))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user