Skip to content

Commit f48e435

Browse files
committed
Fixed small bugs
1 parent 435d9ee commit f48e435

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/view/view.all_transaction.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@
9393
</a>
9494
</td>
9595
<td>
96-
<?php echo $curr_row['order_id']; ?>
96+
<a href="<?php Util::link('admin/order_details/'.$curr_row['order_id']); ?>">
97+
<?php echo $curr_row['order_id']; ?>
98+
</a>
9799
</td>
98100
<td>
99101
<?php echo $curr_row['payment_date']; ?>

0 commit comments

Comments
 (0)