Commit 6f6c74f0 by Roy Junedi Simamora

edit

parent 9fba607e
......@@ -34,7 +34,7 @@
<td> Rp. <?= number_format($subtotal)?>,- </td>
<td> <a onclick="if(confirm('Apakah anda yakin ingin membatalkan pesanan ini?')){
location.href='batal.php?id=<?= $row['id_pemesanan'] ?>&id_member=<?= $id_member?>';
})" class="btn btn-danger"> <span class="glyphicon glyphicon-remove"></span> Batalkan </a> </td>
}" class="btn btn-danger"> <span class="glyphicon glyphicon-remove"></span> Batalkan </a> </td>
</tr>
<?php
......
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