From db022118ee8934894c333b8a0826cb4a12f0a159 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Fri, 23 Jan 2004 15:54:49 +0000
Subject: [PATCH] portal_type Assortiment now allowed in production_order_line

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@286 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../skins/coramy_manufacturing/production_order_line_view.form  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/Coramy/skins/coramy_manufacturing/production_order_line_view.form b/product/Coramy/skins/coramy_manufacturing/production_order_line_view.form
index de0d868be5..9007124740 100755
--- a/product/Coramy/skins/coramy_manufacturing/production_order_line_view.form
+++ b/product/Coramy/skins/coramy_manufacturing/production_order_line_view.form
@@ -80,7 +80,7 @@
           <hidden type="int">0</hidden>
           <jump_method>base_jump_relation</jump_method>
           <max_length></max_length>
-          <portal_type type="list">[('Composant', 'Composant'), ('Tissu', 'Tissu'), ('Modele', 'Modele'), ('Forme', 'Forme'), ('Vetement', 'Vetement'), ('Category', 'Category'), ('Gamme', 'Gamme')]</portal_type>
+          <portal_type type="list">[('Composant', 'Composant'), ('Tissu', 'Tissu'), ('Modele', 'Modele'), ('Forme', 'Forme'), ('Vetement', 'Vetement'), ('Category', 'Category'), ('Gamme', 'Gamme'), ('Assortiment', 'Assortiment')]</portal_type>
           <required type="int">0</required>
           <title>Produit</title>
           <truncate type="int">0</truncate>
-- 
2.30.9