mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 12:54:51 +00:00
Merge pull request #6 from twetech/ticket-billable-module
Fix typo in accounting module condition
This commit is contained in:
@@ -370,7 +370,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
|
|||||||
|
|
||||||
<div class="mt-1"><?php echo $contact_display; ?></div>
|
<div class="mt-1"><?php echo $contact_display; ?></div>
|
||||||
</td>
|
</td>
|
||||||
<?php if ($config_module_enabled_accounting) {
|
<?php if ($config_module_enable_accounting) {
|
||||||
?>
|
?>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
<a href="#" data-toggle="modal" data-target="#editTicketBillableModal<?php echo $ticket_id; ?>">
|
<a href="#" data-toggle="modal" data-target="#editTicketBillableModal<?php echo $ticket_id; ?>">
|
||||||
|
|||||||
Reference in New Issue
Block a user