clientEnforcement on Recurring Invoices and payments listings

This commit is contained in:
johnnyq
2026-07-09 16:13:39 -04:00
parent 317fe91359
commit 21328c2dee
3 changed files with 4 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ $sql = mysqli_query(
$account_query
$payment_method_query
$client_query
$access_permission_query
ORDER BY $sort $order LIMIT $record_from, $record_to"
);