We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e941bd0 commit e70cd8cCopy full SHA for e70cd8c
tracking.php
@@ -44,7 +44,7 @@
44
<div class="col-xl-6">
45
<div class="d-flex justify-content-between align-items-center mb-5">
46
<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 <span class="text-primary font-weight-bold">#<?php echo $id; ?></span></h2></a>
+ <a class="text-decoration-none" href="reciept.php?id=<?=$id?>&type=invoice"><h2 class="mb-0"><i class="fas fa-print"></i> Invoice <span class="text-primary font-weight-bold">#<?php echo $id; ?></span></h2></a>
48
</div>
49
50
0 commit comments