Skip to content

Commit

Permalink
bug fix #30
Browse files Browse the repository at this point in the history
  • Loading branch information
omandotkom committed Mar 18, 2020
1 parent 74fa465 commit 3aa6160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/operational/pendinglist.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function deleteTransaction() {
<table class="table">
<tr>
<th>Kode Transaksi</th>
<td>{{$transaction->id}}</td>
<td>{{$transaction->id}} <div class="bg-warning text-dark">(transaksi ini masih menunggu persetujuan operasional)</div></td>
</tr>
<tr class="bg-info text-white">
<th>Nama Dosen</th>
Expand Down

0 comments on commit 3aa6160

Please sign in to comment.