PHP Tag fix

This commit is contained in:
johnnyq 2024-12-10 14:07:46 -05:00
parent 2ac32ab0c5
commit c9a5df30d8
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ if (isset($_GET['ticket_id'])) {
<button class="btn btn-info btn-sm ml-3" data-toggle="modal" data-target="#summaryModal">
<i class="fas fa-fw fa-lightbulb mr-2"></i>Summarize
</button>
<? } ?>
<?php } ?>
<?php if ($config_module_enable_accounting && $ticket_billable == 1 && empty($invoice_id) && lookupUserPermission("module_sales") >= 2) { ?>
<a href="#" class="btn btn-light btn-sm ml-3" href="#" data-toggle="modal" data-target="#addInvoiceFromTicketModal">