From d6d4b2eff81843f0a8fdc141ccce491582fc6506 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Mon, 22 Dec 2003 15:02:50 +0000
Subject: [PATCH] number of lines in listbox reduced to 20

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@141 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/Coramy/skins/coramy_mrp/inventory_MP_view.form | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/Coramy/skins/coramy_mrp/inventory_MP_view.form b/product/Coramy/skins/coramy_mrp/inventory_MP_view.form
index b356faf4b0..98ab5bd3e5 100755
--- a/product/Coramy/skins/coramy_mrp/inventory_MP_view.form
+++ b/product/Coramy/skins/coramy_mrp/inventory_MP_view.form
@@ -171,7 +171,7 @@
           <external_validator></external_validator>
           <global_attributes type="list">[]</global_attributes>
           <hidden type="int">0</hidden>
-          <lines type="int">100</lines>
+          <lines type="int">20</lines>
           <list_action>folder_contents</list_action>
           <list_method type="method">Delivery_zGetCellList</list_method>
           <meta_types type="list">[]</meta_types>
@@ -179,7 +179,7 @@
           <report_root_list type="list">[]</report_root_list>
           <report_tree type="int">0</report_tree>
           <search type="int">0</search>
-          <search_columns></search_columns>
+          <search_columns type="list">[]</search_columns>
           <select type="int">0</select>
           <selection_name>inventory_cells_selection</selection_name>
           <sort type="list">[('variation_text', 'variation_text')]</sort>
-- 
2.30.9