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

View File

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