mirror of https://github.com/itflow-org/itflow
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:
parent
8a13207327
commit
5d18e85d62
|
|
@ -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 if($client_abbreviation) { echo $client_abbreviation; } else { echo shortenClient($client_name); } ?></strong>
|
||||
Back | <strong><?php echo $client_abbreviation; ?></strong>
|
||||
</span>
|
||||
</p>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue