mirror of https://github.com/itflow-org/itflow
Fix Parenthesis
This commit is contained in:
parent
39ba7d83fd
commit
c24aece046
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue