Moved back Recurring Ticket, Invoices back in client side nav

This commit is contained in:
johnnyq
2024-04-10 14:38:12 -04:00
parent d8bb6dd4c1
commit 51e80df71c
7 changed files with 32 additions and 23 deletions

View File

@@ -114,7 +114,7 @@ if (isset($_GET['client_id'])) {
$recurring_monthly = $recurring_monthly_total + $recurring_yearly_total;
//Badge Counts
// Badge Counts
$row = mysqli_fetch_assoc(mysqli_query($mysqli, "SELECT COUNT('contact_id') AS num FROM contacts WHERE contact_archived_at IS NULL AND contact_client_id = $client_id"));
$num_contacts = $row['num'];