Started working on Global Search and did some tidying up

This commit is contained in:
root
2019-04-09 13:26:46 -04:00
parent df04ea7957
commit 333e885a39
11 changed files with 309 additions and 26 deletions

View File

@@ -71,7 +71,7 @@ if(isset($_GET['invoice_id'])){
<ol class="breadcrumb d-print-none">
<li class="breadcrumb-item">
<a href="index.html">Invoices</a>
<a href="invoices.php">Invoices</a>
</li>
<li class="breadcrumb-item active">INV-<?php echo $invoice_number; ?></li>
<span class="ml-3 p-2 badge badge-<?php echo $invoice_badge_color; ?>"><?php echo $invoice_status; ?></span>