Fix Number of clients added on dashboard not directing to the right page when clicked

This commit is contained in:
johnnyq 2023-08-18 19:53:37 -04:00
parent c7e981646f
commit d4510ddafb
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ $vendors_added = intval($row['vendors_added']);
<div class="col-lg-4 col-6">
<!-- small box -->
<a class="small-box bg-secondary" href="clients.php?date_from=<?php echo $year; ?>-01-01&date_to=<?php echo $year; ?>-12-31">
<a class="small-box bg-secondary" href="clients.php?dtf=<?php echo $year; ?>-01-01&dtt=<?php echo $year; ?>-12-31">
<div class="inner">
<h3><?php echo $clients_added; ?></h3>
<p>New Clients</p>