浏览代码

Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop

Laurent Destailleur 1 年之前
父节点
当前提交
351a602ebe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/product/index.php

+ 1 - 1
htdocs/product/index.php

@@ -249,7 +249,7 @@ if (isModEnabled('categorie') && !empty($conf->global->CATEGORY_GRAPHSTATS_ON_PR
 				$i++;
 			}
 			if ($i > $nbmax) {
-				$dataseries[] = array($langs->trans("Other"), round($rest));
+				$dataseries[] = array($langs->transnoentitiesnoconv("Other"), round($rest));
 			}
 
 			include_once DOL_DOCUMENT_ROOT.'/core/class/dolgraph.class.php';