CMXX - Improved menu handling
This commit is contained in:
@@ -14,7 +14,7 @@ $post_content = json_decode($input,true);
|
||||
if (empty($partner->soldto) || $partner->soldto == ''){$soldto_search = '%';} else {$soldto_search = '-%';}
|
||||
|
||||
//default whereclause
|
||||
$whereclause = getWhereclauselvl2("categories",$permission,$partner);
|
||||
list($whereclause,$condition) = getWhereclauselvl2("categories",$permission,$partner);
|
||||
|
||||
|
||||
//BUILD UP PARTNERHIERARCHY FROM USER
|
||||
|
||||
Reference in New Issue
Block a user