mirror of
https://github.com/itflow-org/itflow
synced 2026-03-28 08:15:38 +00:00
Removed static Quote Prefixes
This commit is contained in:
@@ -107,7 +107,7 @@ $total_pages = ceil($total_found_rows / 10);
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="quote.php?quote_id=<?php echo $quote_id; ?>">QUO-<?php echo $quote_number; ?></a></td>
|
<td><a href="quote.php?quote_id=<?php echo $quote_id; ?>"><?php echo $quote_number; ?></a></td>
|
||||||
<td class="text-right text-monospace">$<?php echo number_format($quote_amount,2); ?></td>
|
<td class="text-right text-monospace">$<?php echo number_format($quote_amount,2); ?></td>
|
||||||
<td><?php echo $quote_date; ?></td>
|
<td><?php echo $quote_date; ?></td>
|
||||||
<td><?php echo $category_name; ?></td>
|
<td><?php echo $category_name; ?></td>
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ if(isset($_GET['quote_id'])){
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a href="quotes.php">Quotes</a>
|
<a href="quotes.php">Quotes</a>
|
||||||
</li>
|
</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>
|
<span class="ml-3 p-2 badge badge-<?php echo $quote_badge_color; ?>"><?php echo $quote_status; ?></span>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
|||||||
@@ -112,7 +112,7 @@
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="quote.php?quote_id=<?php echo $quote_id; ?>">QUO-<?php echo $quote_number; ?></a></td>
|
<td><a href="quote.php?quote_id=<?php echo $quote_id; ?>"><?php echo $quote_number; ?></a></td>
|
||||||
<td><a href="client.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a></td>
|
<td><a href="client.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a></td>
|
||||||
<td class="text-right text-monospace">$<?php echo number_format($quote_amount,2); ?></td>
|
<td class="text-right text-monospace">$<?php echo number_format($quote_amount,2); ?></td>
|
||||||
<td><?php echo $quote_date; ?></td>
|
<td><?php echo $quote_date; ?></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user