### Eclipse Workspace Patch 1.0 #P commerce Index: hooks/class.tx_commerce_dmhooks.php =================================================================== --- hooks/class.tx_commerce_dmhooks.php (revision 30260) +++ hooks/class.tx_commerce_dmhooks.php (working copy) @@ -858,7 +858,7 @@ $mounts->init($GLOBALS['BE_USER']->user['uid']); //Add parent to list if the user has no show right on it or it is not in the user's mountpoints - if(!$parent->isPSet('read') || !$mounts->isInCommerceMounts($parent->getUid())) { + if(!$parent->isPSet('show') || !$mounts->isInCommerceMounts($parent->getUid())) { $fieldArray['parent_category'] .= ','.$parent->getUid(); } }