mirror of https://github.com/itflow-org/itflow
add leads to sales
This commit is contained in:
parent
0d02c8b855
commit
44e5b6c2bd
|
|
@ -68,6 +68,12 @@
|
|||
if ($config_module_enable_accounting == 1) { ?>
|
||||
|
||||
<li class="nav-header mt-3">SALES</li>
|
||||
<li class="nav-item">
|
||||
<a href="client_leads.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_leads.php" || basename($_SERVER["PHP_SELF"]) == "client_leads.php") { echo "active"; } ?>">
|
||||
<i class="nav-icon fas fa-bullhorn"></i>
|
||||
<p>Leads</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="quotes.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "quotes.php" || basename($_SERVER["PHP_SELF"]) == "quote.php") { echo "active"; } ?>">
|
||||
<i class="nav-icon fas fa-comment-dollar"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue