Sergio Cambra
2014-08-14 7e509f5a50414ab50e67c0b58fb37697f92615d1
add a comment about limit_client = 1
1 files modified
2 ■■■ changed files
interface/web/client/client_edit.php 2 ●●● patch | view | raw | blame | history
interface/web/client/client_edit.php
@@ -98,7 +98,7 @@
            $this->dataRecord['limit_client'] = 0;
        } else {
            if($this->dataRecord["reseller"]) {
                $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
            }
        }