This commit is contained in:
tianshujie
2022-08-26 15:18:58 +08:00
parent 3fde178457
commit 12e8aebfb2
+1 -1
View File
@@ -458,7 +458,7 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : '';
if($withSearch) echo "<div class='menu-search'><div class='input-group input-group-sm'><input type='text' class='form-control' placeholder=''><span class='input-group-addon'><i class='icon-search'></i></span></div></div>";
echo '</div></li>';
}
else
elseif($this->session->currentProductType and $this->session->currentProductType != 'normal' and $productID)
{
$class= "class='disabled'";
echo "<li $class>" . html::a('javascript:;', $lang->product->branchName[$this->session->currentProductType], '', $class) . '</li>';