Left Align Billing Header

This commit is contained in:
johnnyq 2025-08-15 22:55:40 -04:00
parent a0ced96d1d
commit 3bb0ef6f39
1 changed files with 6 additions and 2 deletions

View File

@ -314,8 +314,12 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
</a>
</th>
<th></th>
<?php if ((lookupUserPermission("module_financial") >= 1) && $config_module_enable_accounting == 1) { ?> <th class="text-right">Billing</th> <?php } ?>
<?php if (lookupUserPermission("module_client") >= 2) { ?> <th class="text-center">Action</th> <?php } ?>
<?php if ((lookupUserPermission("module_financial") >= 1) && $config_module_enable_accounting == 1) { ?>
<th>Billing</th>
<?php } ?>
<?php if (lookupUserPermission("module_client") >= 2) { ?>
<th class="text-center">Action</th>
<?php } ?>
</tr>
</thead>
<tbody>