From c24aece0469eecd72bf4f7a79ba8ffdac7ae100b Mon Sep 17 00:00:00 2001 From: o-psi Date: Wed, 10 Jan 2024 20:56:31 +0000 Subject: [PATCH] Fix Parenthesis --- invoice.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/invoice.php b/invoice.php index 9e17a79c..92f72887 100644 --- a/invoice.php +++ b/invoice.php @@ -105,7 +105,8 @@ if (isset($_GET['invoice_id'])) { AND ticket_invoice_id = 0 AND - ticket_status LIKE '%close%';"); + ticket_status LIKE '%close%'; + "); //Add up all the payments for the invoice and get the total amount paid to the invoice