Browse Source

BIC is not mandatory anymore

currency
7u83 4 years ago
parent
commit
d0d1016d44
2 changed files with 6 additions and 5 deletions
  1. +3
    -2
      ka.php
  2. +3
    -3
      kaform.js

+ 3
- 2
ka.php View File

@ -23,7 +23,8 @@
<h1>Antrag auf Kostenerstattung</h1> <h1>Antrag auf Kostenerstattung</h1>
<p>Du möchtest dir Kosten erstatten lassen, welche im Rahmen deines <p>Du möchtest dir Kosten erstatten lassen, welche im Rahmen deines
Projektes entstanden sind?<BR> Projektes entstanden sind?<BR>
Bitte fülle dieses Formular aus ...
Bitte fülle dieses Formular aus.
Pflichtfelder sind mit einem * gekennzeichnet.
</p> </p>
<form data-kube="kaform" name="theform" id="theform" action="submit.php" method="POST"> <form data-kube="kaform" name="theform" id="theform" action="submit.php" method="POST">
@ -114,7 +115,7 @@
</div> </div>
<div class="is-col"> <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>
</div> </div>
<br> <br>

+ 3
- 3
kaform.js View File

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

Loading…
Cancel
Save