Skip to content

Commit 52a62fc

Browse files
committed
Fix Client URL in recurring Invoices
1 parent ad9e4b4 commit 52a62fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recurring_invoices.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
<div class="col-sm-8">
7171
<div class="btn-toolbar float-right">
7272
<div class="btn-group mr-2">
73-
<a href="?status=active" class="btn btn-<?php if ($status_filter == "active"){ echo "primary"; } else { echo "default"; } ?>"><i class="fa fa-fw fa-check mr-2"></i>Active</a>
74-
<a href="?status=inactive" class="btn btn-<?php if ($status_filter == "inactive"){ echo "primary"; } else { echo "default"; } ?>"><i class="fa fa-fw fa-ban mr-2"></i>Inactive</a>
73+
<a href="?<?php echo $client_url; ?>status=active" class="btn btn-<?php if ($status_filter == "active"){ echo "primary"; } else { echo "default"; } ?>"><i class="fa fa-fw fa-check mr-2"></i>Active</a>
74+
<a href="?<?php echo $client_url; ?>status=inactive" class="btn btn-<?php if ($status_filter == "inactive"){ echo "primary"; } else { echo "default"; } ?>"><i class="fa fa-fw fa-ban mr-2"></i>Inactive</a>
7575
</div>
7676
</div>
7777
</div>

0 commit comments

Comments
 (0)