From 869b96330c7d10a56d6fc8206571281b55e1993c Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Wed, 19 Oct 2005 10:12:28 +0000
Subject: [PATCH] added roduction Packing List Cell portal_type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4073 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/ERP5Defaults.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5/ERP5Defaults.py b/product/ERP5/ERP5Defaults.py
index 30f7673fa7..9bf4d6857c 100755
--- a/product/ERP5/ERP5Defaults.py
+++ b/product/ERP5/ERP5Defaults.py
@@ -135,6 +135,7 @@ portal_delivery_movement_type_list = (
                       'Production Report Line',
                       'Production Report Cell',
                       'Production Packing List Line',
+                      'Production Packing List Cell',
                       'Container Line',
                       'Container Cell',
                       'Balance Transaction Line',
-- 
2.30.9