mirror of https://github.com/itflow-org/itflow
Fix New Clients Link on Dashboard to only show clients added on year selected
This commit is contained in:
parent
2ea41ed960
commit
fe19da141c
|
|
@ -206,7 +206,7 @@ $vendors_added = $row['vendors_added'];
|
|||
|
||||
<div class="col-lg-4 col-6">
|
||||
<!-- small box -->
|
||||
<a class="small-box bg-secondary" href="clients.php?dtf=<?php echo $year; ?>-01-01&dtt=<?php echo $year; ?>-12-31">
|
||||
<a class="small-box bg-secondary" href="clients.php?date_from=<?php echo $year; ?>-01-01&date_to=<?php echo $year; ?>-12-31">
|
||||
<div class="inner">
|
||||
<h3><?php echo $clients_added; ?></h3>
|
||||
<p>New Clients</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue