mirror of
https://github.com/itflow-org/itflow
synced 2026-03-25 06:45:40 +00:00
fix error messages in log
This commit is contained in:
@@ -864,7 +864,7 @@ if (isset($_GET['ticket_id'])) {
|
|||||||
|
|
||||||
require_once "ticket_merge_modal.php";
|
require_once "ticket_merge_modal.php";
|
||||||
|
|
||||||
if ($config_module_enabled_accounting) {
|
if ($config_module_enable_accounting) {
|
||||||
require_once "ticket_edit_billable_modal.php";
|
require_once "ticket_edit_billable_modal.php";
|
||||||
require_once "ticket_invoice_add_modal.php";
|
require_once "ticket_invoice_add_modal.php";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php if ($config_module_enabled_accounting) {
|
<?php if ($config_module_enable_accounting) {
|
||||||
?>
|
?>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>Billable</label>
|
<label>Billable</label>
|
||||||
|
|||||||
@@ -251,7 +251,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
|
|||||||
<th><a class="text-dark"
|
<th><a class="text-dark"
|
||||||
href="?<?php echo $url_query_strings_sort; ?>&sort=client_name&order=<?php echo $disp; ?>">Client / Contact</a>
|
href="?<?php echo $url_query_strings_sort; ?>&sort=client_name&order=<?php echo $disp; ?>">Client / Contact</a>
|
||||||
</th>
|
</th>
|
||||||
<?php if ($config_module_enabled_accounting) {
|
<?php if ($config_module_enable_accounting) {
|
||||||
?>
|
?>
|
||||||
<th class="text-center"><a class="text-dark"
|
<th class="text-center"><a class="text-dark"
|
||||||
href="?<?php echo $url_query_strings_sort; ?>&sort=ticket_billable&order=<?php echo $disp; ?>">Billable</a>
|
href="?<?php echo $url_query_strings_sort; ?>&sort=ticket_billable&order=<?php echo $disp; ?>">Billable</a>
|
||||||
@@ -401,8 +401,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
|
|||||||
|
|
||||||
require "ticket_edit_priority_modal.php";
|
require "ticket_edit_priority_modal.php";
|
||||||
|
|
||||||
|
if ($config_module_enable_accounting) {
|
||||||
if ($config_module_enabled_accounting) {
|
|
||||||
require "ticket_edit_billable_modal.php";
|
require "ticket_edit_billable_modal.php";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user