Removed Client ID from the Side Nav as its hidden in a popover on the client name in the client header

This commit is contained in:
johnnyq 2024-08-23 16:01:31 -04:00
parent 5ef9d76a3c
commit 37ddf87ef0
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
Back |
<strong>
<?php if($client_abbreviation) { echo $client_abbreviation; } else { echo shortenClient($client_name); } ?>
<i class="fas fa-hashtag"></i><?php echo $client_id; ?>
</strong>
</p>
</a>