mirror of https://github.com/itflow-org/itflow
Renamed header Sales to Billing on Main side nav
This commit is contained in:
parent
e56b4019e4
commit
8a8af5525c
|
|
@ -80,7 +80,7 @@
|
|||
</a>
|
||||
</li>
|
||||
<?php if ($config_module_enable_accounting == 1 && lookupUserPermission("module_sales") >= 1) { ?>
|
||||
<li class="nav-header mt-3">SALES</li>
|
||||
<li class="nav-header mt-3">BILLING</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