mirror of
https://github.com/itflow-org/itflow
synced 2026-03-18 11:44:51 +00:00
PHP Tag fix
This commit is contained in:
@@ -383,7 +383,7 @@ if (isset($_GET['ticket_id'])) {
|
|||||||
<button class="btn btn-info btn-sm ml-3" data-toggle="modal" data-target="#summaryModal">
|
<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
|
<i class="fas fa-fw fa-lightbulb mr-2"></i>Summarize
|
||||||
</button>
|
</button>
|
||||||
<? } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($config_module_enable_accounting && $ticket_billable == 1 && empty($invoice_id) && lookupUserPermission("module_sales") >= 2) { ?>
|
<?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">
|
<a href="#" class="btn btn-light btn-sm ml-3" href="#" data-toggle="modal" data-target="#addInvoiceFromTicketModal">
|
||||||
|
|||||||
Reference in New Issue
Block a user