mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Removed static Quote Prefixes
This commit is contained in:
@@ -57,7 +57,7 @@ if(isset($_GET['quote_id'])){
|
||||
<li class="breadcrumb-item">
|
||||
<a href="quotes.php">Quotes</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item active">QUO-<?php echo $quote_number; ?></li>
|
||||
<li class="breadcrumb-item active"><?php echo $quote_number; ?></li>
|
||||
<span class="ml-3 p-2 badge badge-<?php echo $quote_badge_color; ?>"><?php echo $quote_status; ?></span>
|
||||
</ol>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user