Sergio Cambra
2014-08-13 babacd5d8283c54a3b5dd740c327428b7440d9f4
interface/web/client/client_edit.php
@@ -96,6 +96,10 @@
      //* Resellers shall not be able to create another reseller
      if($_SESSION["s"]["user"]["typ"] == 'user') {
         $this->dataRecord['limit_client'] = 0;
      } else {
         if($this->dataRecord["reseller"]) {
            $this->dataRecord["limit_client"] = 1;
         }
      }
      if($this->id != 0) {