"Nieuwe overboeking" link
This commit is contained in:
parent
929f1773c7
commit
4f47ae6a55
@ -1,23 +1,24 @@
|
|||||||
<?php include '__header.phtml'; ?>
|
<?php include '__header.phtml'; ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if(!$rekening){
|
if (!$rekening) {
|
||||||
?>
|
?>
|
||||||
Fout: niet jouw eigen rekening.
|
Fout: niet jouw eigen rekening.
|
||||||
<?php
|
<?php
|
||||||
}else{
|
|
||||||
?>
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
?>
|
||||||
|
<a href="overboeking">Nieuwe overboeking</a><br/><br/>
|
||||||
Saldo: <?php echo $rekening['saldo']?><br/>
|
Saldo: <?php echo $rekening['saldo']?><br/>
|
||||||
<?php
|
<?php
|
||||||
foreach($transacties as $transactie){
|
foreach ($transacties as $transactie) {
|
||||||
echo "<pre>";
|
echo "<pre>";
|
||||||
echo json_encode($transactie);
|
echo json_encode($transactie);
|
||||||
echo "<br/></pre>";
|
echo "<br/></pre>";
|
||||||
}
|
} ?>
|
||||||
?>
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<?php include '__footer.phtml'; ?>
|
<?php include '__footer.phtml'; ?>
|
||||||
|
Reference in New Issue
Block a user