1
0

"Nieuwe overboeking" link

This commit is contained in:
Christiaan Goossens 2017-03-30 19:04:14 +02:00
parent 929f1773c7
commit 4f47ae6a55

View File

@ -5,19 +5,20 @@ if(!$rekening){
?>
Fout: niet jouw eigen rekening.
<?php
} else {
?>
<a href="overboeking">Nieuwe overboeking</a><br/><br/>
Saldo: <?php echo $rekening['saldo']?><br/>
<?php
foreach ($transacties as $transactie) {
echo "<pre>";
echo json_encode($transactie);
echo "<br/></pre>";
}
?>
} ?>
<?php
}
?>
<?php include '__footer.phtml'; ?>