From 58d5906c7dfbd6f0c712d6dcb62ed2cf765f1a12 Mon Sep 17 00:00:00 2001
From: Jonathan Loriette <john@nexedi.com>
Date: Mon, 27 Jun 2005 14:03:43 +0000
Subject: [PATCH] get x_axis from field instead of the request

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3354 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Form/PlanningBox.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/product/ERP5Form/PlanningBox.py b/product/ERP5Form/PlanningBox.py
index 7fd62e5cb6..b81df4fbda 100755
--- a/product/ERP5Form/PlanningBox.py
+++ b/product/ERP5Form/PlanningBox.py
@@ -939,7 +939,6 @@ class PlanningBoxWidget(Widget.Widget):
         else:
           x_subdivision = 0
         REQUEST.set('line_list',line_list)  
-        REQUEST.set('y_axis_width', y_axis_width)
         REQUEST.set('report_root_list',report_root_list)
         REQUEST.set('selection_name',selection_name)
         REQUEST.set('x_axe',x_axe)
@@ -962,7 +961,7 @@ class PlanningBoxWidget(Widget.Widget):
         width_line = field.get_value('width_line')
         start_page=REQUEST.get('list_start')
         height_global_div = field.get_value('height_global_div')
-        y_axis_width=REQUEST.get('y_axis_width')
+        y_axis_width = field.get_value('y_axis_width')
         report_root_list=REQUEST.get('report_root_list')
         selection_name = field.get_value('selection_name')
         start_page=REQUEST.get('start')
-- 
2.30.9