Does not check for a_type anymore
This commit is contained in:
		
							parent
							
								
									7245bfc0aa
								
							
						
					
					
						commit
						b14dc2762c
					
				| 
						 | 
					@ -294,7 +294,7 @@ function downloadDocument()
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (countRows()==0){
 | 
						if (countRows()==0){
 | 
				
			||||||
		document.getElementById("a_type").focus();
 | 
							document.getElementById("a_description").focus();
 | 
				
			||||||
		showAlert("Bitte füge mind. eine Auslage hinzu!");
 | 
							showAlert("Bitte füge mind. eine Auslage hinzu!");
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue