Merge pull request #6 from twetech/ticket-billable-module

Fix typo in accounting module condition
This commit is contained in:
Andrew Malsbury
2023-12-22 11:57:43 -06:00
committed by GitHub

View File

@@ -370,7 +370,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
<div class="mt-1"><?php echo $contact_display; ?></div>
</td>
<?php if ($config_module_enabled_accounting) {
<?php if ($config_module_enable_accounting) {
?>
<td class="text-center">
<a href="#" data-toggle="modal" data-target="#editTicketBillableModal<?php echo $ticket_id; ?>">