BIC is not mandatory anymore

This commit is contained in:
7u83 2020-04-16 06:09:45 +00:00
parent 7f038e6e6e
commit d0d1016d44
2 changed files with 6 additions and 5 deletions

5
ka.php
View File

@ -23,7 +23,8 @@
<h1>Antrag auf Kostenerstattung</h1>
<p>Du möchtest dir Kosten erstatten lassen, welche im Rahmen deines
Projektes entstanden sind?<BR>
Bitte fülle dieses Formular aus ...
Bitte fülle dieses Formular aus.
Pflichtfelder sind mit einem * gekennzeichnet.
</p>
<form data-kube="kaform" name="theform" id="theform" action="submit.php" method="POST">
@ -114,7 +115,7 @@
</div>
<div class="is-col">
<input type="input" size="32" id="bic" name="bic" placeholder="BIC*" />
<input type="input" size="32" id="bic" name="bic" placeholder="BIC (wenn ausländische Bank)" />
</div>
</div>
<br>

View File

@ -336,13 +336,13 @@ function downloadDocument(mail)
showAlert("Bitte gib eine korrekte IBAN ein!");
return;
}
if (!document.getElementById('bic').value.trim().length){
/* if (!document.getElementById('bic').value.trim().length){
document.getElementById("bic").focus();
showAlert("Bitte gib einen koreekte BIC an!");
showAlert("Bitte gib einen korrekte BIC an!");
return;
}
*/
}
if (banktype == "bank-paypal"){