Show 7 Characters of client name in client side nav instead of Abbreviation

This commit is contained in:
johnnyq
2026-07-13 13:29:24 -04:00
parent fe7e9b2398
commit 95441dc3bb

View File

@@ -5,7 +5,7 @@
<p class="h5">
<i class="nav-icon fas fa-arrow-left ml-3 mr-2"></i>
<span class="brand-text">
Back | <strong><?php echo $client_abbreviation; ?></strong>
Back | <strong><?php echo truncate($client_name, 7); ?></strong>
</span>
</p>
</a>
@@ -336,4 +336,4 @@
</div>
<!-- /.sidebar -->
</aside>
</aside>