Merge pull request 'HOTFIX' (#355) from master into Docker
Reviewed-on: SGD-Nord/konova#355
This commit is contained in:
		
						commit
						d7ec842625
					
				@ -175,7 +175,7 @@ class EditEcoAccountForm(NewEcoAccountForm):
 | 
			
		||||
    def is_valid(self):
 | 
			
		||||
        valid = super().is_valid()
 | 
			
		||||
 | 
			
		||||
        deductable_surface = self.cleaned_data.get("surface")
 | 
			
		||||
        deductable_surface = self.cleaned_data.get("surface") or 0.0
 | 
			
		||||
        deduction_surface_sum = self.instance.get_deductions_surface()
 | 
			
		||||
        if deductable_surface < deduction_surface_sum:
 | 
			
		||||
            self.add_error(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user