Changed codes from ING non-universal format to a Inforbank specific format (with explanation)
This commit is contained in:
@ -32,7 +32,7 @@ if (!$rekening) {
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th>Datum</th>
|
||||
<th>Type</th>
|
||||
<th>Code</th>
|
||||
<th>Omschrijving</th>
|
||||
<th>Tegenrekening</th>
|
||||
<th>AF/BIJ</th>
|
||||
@ -60,6 +60,8 @@ foreach ($transacties as $transactie) {
|
||||
echo "</tr>";
|
||||
} ?>
|
||||
</table>
|
||||
<br/>
|
||||
<small>ba = betaalautomaat, bg = bankgiro/SEPA opdracht, id = Inforbank Direct Online Betalen (iDeal), sp = spoedbetaling</small>
|
||||
<?php
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user