We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d350982 commit 7e509f5Copy full SHA for 7e509f5
1 file changed
interface/web/client/client_edit.php
@@ -98,7 +98,7 @@ function onSubmit() {
98
$this->dataRecord['limit_client'] = 0;
99
} else {
100
if($this->dataRecord["reseller"]) {
101
- $this->dataRecord["limit_client"] = 1;
+ $this->dataRecord["limit_client"] = 1; // allow 1 client, template limits will be applied later, if we set -1 it would override template limits
102
}
103
104
0 commit comments