Commit 6f38c5b4 by Mei Romauli Sagala

edit

parent 5c5366d7
......@@ -37,7 +37,7 @@
</td>
<td>
<?php
if($row['bukti'] != NULL){
if($row['bukti'] != NULL && $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>';
}else{
......
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