Browse Source

Does not check for a_type anymore

currency
7u83 4 years ago
parent
commit
b14dc2762c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kaform.js

+ 1
- 1
kaform.js View File

@ -294,7 +294,7 @@ function downloadDocument()
return;
if (countRows()==0){
document.getElementById("a_type").focus();
document.getElementById("a_description").focus();
showAlert("Bitte füge mind. eine Auslage hinzu!");
return;
}

Loading…
Cancel
Save