Fix Parenthesis

This commit is contained in:
o-psi 2024-01-10 20:56:31 +00:00
parent 39ba7d83fd
commit c24aece046
1 changed files with 2 additions and 1 deletions

View File

@ -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