We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0a6f2 commit 6da1919Copy full SHA for 6da1919
interface/web/client/reseller_list.php
@@ -48,7 +48,7 @@
48
$app->uses('listform_actions');
49
50
$app->listform_actions->SQLOrderBy = 'ORDER BY company_name, contact_name, client_id';
51
-$app->listform_actions->SQLExtWhere = "limit_client > 0";
+$app->listform_actions->SQLExtWhere = "(limit_client > 0 or limit_client = -1)";
52
$app->listform_actions->onLoad();
53
54
0 commit comments