ソースを参照

Fix bad object used

Laurent Destailleur 4 年 前
コミット
c7b03da7e6
1 ファイル変更2 行追加2 行削除
  1. 2 2
      htdocs/core/boxes/box_graph_product_distribution.php

+ 2 - 2
htdocs/core/boxes/box_graph_product_distribution.php

@@ -193,7 +193,7 @@ class box_graph_product_distribution extends ModeleBoxes
 					$px2->SetLegend($legend);
 					$px2->setShowLegend(2);
 					if (!empty($conf->dol_optimize_smallscreen)) {
-						$px1->SetWidth(320);
+						$px2->SetWidth(320);
 					}
 					$px2->setShowPointValue($showpointvalue);
 					$px2->setShowPercent(0);
@@ -256,7 +256,7 @@ class box_graph_product_distribution extends ModeleBoxes
 					$px3->SetLegend($legend);
 					$px3->setShowLegend(2);
 					if (!empty($conf->dol_optimize_smallscreen)) {
-						$px1->SetWidth(320);
+						$px3->SetWidth(320);
 					}
 					$px3->setShowPointValue($showpointvalue);
 					$px3->setShowPercent(0);