Rename client side menu header from Finance to Billing as its more suitable name

This commit is contained in:
johnnyq 2024-12-28 13:10:04 -05:00
parent eddf8d4016
commit e56b4019e4
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@
<?php if ($config_module_enable_accounting == 1) { ?>
<li class="nav-header mt-3">FINANCE</li>
<li class="nav-header mt-3">BILLING</li>
<?php if (lookupUserPermission("module_sales") >= 1) { ?>