Skip to content

Commit e70cd8c

Browse files
Fix link in tracking.php
1 parent e941bd0 commit e70cd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracking.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<div class="col-xl-6">
4545
<div class="d-flex justify-content-between align-items-center mb-5">
4646
<div>
47-
<a class="text-decoration-none" href="reciept.php?id=8&type=invoice"><h2 class="mb-0"><i class="fas fa-print"></i> Invoice&nbsp;<span class="text-primary font-weight-bold">#<?php echo $id; ?></span></h2></a>
47+
<a class="text-decoration-none" href="reciept.php?id=<?=$id?>&type=invoice"><h2 class="mb-0"><i class="fas fa-print"></i> Invoice&nbsp;<span class="text-primary font-weight-bold">#<?php echo $id; ?></span></h2></a>
4848
</div>
4949
</div>
5050
</div>

0 commit comments

Comments
 (0)