瀏覽代碼

Fix fatal error

Laurent Destailleur 3 年之前
父節點
當前提交
5d7f8d3831
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/core/boxes/box_funnel_of_prospection.php

+ 1 - 1
htdocs/core/boxes/box_funnel_of_prospection.php

@@ -237,7 +237,7 @@ class box_funnel_of_prospection extends ModeleBoxes
 					$dolgraph->setBorderColor(array_values($bordercolorseries));
 					$dolgraph->setShowLegend(2);
 					if (!empty($conf->dol_optimize_smallscreen)) {
-						$px1->SetWidth(320);
+						$dolgraph->SetWidth(320);
 					}
 					$dolgraph->setShowPercent(1);
 					$dolgraph->setMirrorGraphValues(true);