Removed static Quote Prefixes

This commit is contained in:
johnny@pittpc.com
2019-08-12 13:23:36 -04:00
parent 2eeef5b218
commit f34630dbaa
3 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@
?>
<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 class="text-right text-monospace">$<?php echo number_format($quote_amount,2); ?></td>
<td><?php echo $quote_date; ?></td>