mirror of
https://github.com/itflow-org/itflow
synced 2026-03-25 23:05:37 +00:00
Fix Parenthesis
This commit is contained in:
@@ -105,7 +105,8 @@ if (isset($_GET['invoice_id'])) {
|
|||||||
AND
|
AND
|
||||||
ticket_invoice_id = 0
|
ticket_invoice_id = 0
|
||||||
AND
|
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
|
//Add up all the payments for the invoice and get the total amount paid to the invoice
|
||||||
|
|||||||
Reference in New Issue
Block a user