Sergio Cambra
2014-07-07 f50e0eff638ba506898a1f00bbdaebab2431dd58
fix is_reseller for reseller with unlimited clients on apply_client_templates
1 files modified
2 ■■■ changed files
interface/lib/classes/client_templates.inc.php 2 ●●● patch | view | raw | blame | history
interface/lib/classes/client_templates.inc.php
@@ -109,7 +109,7 @@
        $sql = "SELECT template_master, template_additional,limit_client FROM client WHERE client_id = " . $app->functions->intval($clientId);
        $record = $app->db->queryOneRecord($sql);
        $masterTemplateId = $record['template_master'];
        $is_reseller = ($record['limit_client'] > 0)?true:false;
        $is_reseller = ($record['limit_client'] != 0)?true:false;
        if($record['template_additional'] != '') {
            // we have to call the update_client_templates function