mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Added further refinements to multi-company feature
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
WHERE invoices.client_id = clients.client_id
|
||||
AND payments.invoice_id = invoices.invoice_id
|
||||
AND payments.account_id = accounts.account_id
|
||||
AND payments.company_id = $session_company_id
|
||||
ORDER BY payments.payment_id DESC");
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user