|
|
@ -113,6 +113,8 @@ function addTableRow(){ |
|
|
|
return; |
|
|
|
} |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
var a_date = document.getElementById("a_date").value; |
|
|
|
if (!a_date.trim().length){ |
|
|
|
document.getElementById("a_date").focus(); |
|
|
@ -343,6 +345,12 @@ function downloadDocument() |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (!document.getElementById("agree").checked){ |
|
|
|
document.getElementById("agree").focus(); |
|
|
|
showAlert("Bitte bestätige, dass du alle Angaben nach bestem Wissen und Gewissen gemacht hast!"); |
|
|
|
return; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
document.getElementById('banktype').value=banktype; |
|
|
|