Commit 1ae9d0d7 by Mei Romauli Sagala

edit

parent 17f4f121
......@@ -37,11 +37,15 @@
</td>
<td>
<?php
if($row['bukti'] == NULL){
if($row['status'] != 'Diterima' && $row['status'] == NULL){
echo '<a href="konfirmasi.php?id='. $row['id_pembayaran']. '" class="btn btn-success"> Konfirmasi </a>';
}else{
echo $row['status'];
}
}else{
echo 'none';
}
?>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment