From eb29f74fab9189358ad68088f49a4adebb1d7065 Mon Sep 17 00:00:00 2001 From: o-psi Date: Fri, 22 Dec 2023 16:25:36 +0000 Subject: [PATCH] fix error messages in log --- ticket.php | 2 +- ticket_edit_modal.php | 2 +- tickets.php | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ticket.php b/ticket.php index c9c82969..ca898d4e 100644 --- a/ticket.php +++ b/ticket.php @@ -864,7 +864,7 @@ if (isset($_GET['ticket_id'])) { 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_invoice_add_modal.php"; } diff --git a/ticket_edit_modal.php b/ticket_edit_modal.php index 48273dad..2313e61a 100644 --- a/ticket_edit_modal.php +++ b/ticket_edit_modal.php @@ -62,7 +62,7 @@ -
diff --git a/tickets.php b/tickets.php index 04ddafe3..8c70b8dd 100644 --- a/tickets.php +++ b/tickets.php @@ -251,7 +251,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']); Client / Contact - Billable @@ -401,8 +401,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']); require "ticket_edit_priority_modal.php"; - - if ($config_module_enabled_accounting) { + if ($config_module_enable_accounting) { require "ticket_edit_billable_modal.php"; }