update compact list

This commit is contained in:
Hugo Sampaio 2025-01-29 16:03:24 -03:00
parent c02b267d44
commit 1fb243df11
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</a>
</th>
<?php if (1==2 && $config_module_enable_accounting && lookupUserPermission("module_sales") >= 2) { ?>
<?php if ($config_module_enable_accounting && lookupUserPermission("module_sales") >= 2) { ?>
<th class="text-center">
<a class="text-dark" href="?<?php echo $url_query_strings_sort; ?>&sort=ticket_billable&order=<?php echo $disp; ?>">
Billable <?php if ($sort == 'ticket_billable') { echo $order_icon; } ?>