mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	There is not always an error
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
		@@ -348,7 +348,7 @@ class SpecialTransaction(Transaction):
 | 
			
		||||
        first_name = form.cleaned_data["first_name"]
 | 
			
		||||
        bank = form.cleaned_data["bank"]
 | 
			
		||||
 | 
			
		||||
        error = True
 | 
			
		||||
        error = False
 | 
			
		||||
 | 
			
		||||
        if not last_name or not first_name or (not bank and credit_type.special_type == "Chèque"):
 | 
			
		||||
            if not last_name:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user