*[task#127002,done,0.5h] fix bug.

This commit is contained in:
sunguangming
2024-08-28 13:15:39 +08:00
committed by 王怡栋
parent ca4ebef0b7
commit 9190bf8f89
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -24,6 +24,7 @@ $isCustomExport = (!empty($customExport) and !empty($allExportFields));
$showBizGuide = $config->edition == 'open' && empty($config->{$this->moduleName}->closeBizGuide) ? true : false;
$bizGuideLink = common::checkNotCN() ? 'https://www.zentao.pm/page/zentao-pricing.html' : 'https://www.zentao.net/page/enterprise.html';
$bizName = $showBizGuide ? "<a href='{$bizGuideLink}' target='_blank' class='text-primary'>{$lang->bizName}</a>" : '';
$defaultExportFields = '';
if($isCustomExport)
{