Commit 1ae9d0d7 by Mei Romauli Sagala

edit

parent 17f4f121
...@@ -37,11 +37,15 @@ ...@@ -37,11 +37,15 @@
</td> </td>
<td> <td>
<?php <?php
if($row['bukti'] == NULL){
if($row['status'] != 'Diterima' && $row['status'] == NULL){ if($row['status'] != 'Diterima' && $row['status'] == NULL){
echo '<a href="konfirmasi.php?id='. $row['id_pembayaran']. '" class="btn btn-success"> Konfirmasi </a>'; echo '<a href="konfirmasi.php?id='. $row['id_pembayaran']. '" class="btn btn-success"> Konfirmasi </a>';
}else{ }else{
echo $row['status']; echo $row['status'];
} }
}else{
echo 'none';
}
?> ?>
</td> </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