mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 05:14:51 +00:00
Don't auto generate Client Abbreviation on the fly on the side bar. This is auto generated when you create or edit a client and leave abbreviation blank
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<p class="h5">
|
<p class="h5">
|
||||||
<i class="nav-icon fas fa-arrow-left ml-3 mr-2"></i>
|
<i class="nav-icon fas fa-arrow-left ml-3 mr-2"></i>
|
||||||
<span class="brand-text">
|
<span class="brand-text">
|
||||||
Back | <strong><?php if($client_abbreviation) { echo $client_abbreviation; } else { echo shortenClient($client_name); } ?></strong>
|
Back | <strong><?php echo $client_abbreviation; ?></strong>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user