From 678810d63b47a092d179da0cb8031fefb6092177 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Wed, 14 Sep 2005 12:04:01 +0000
Subject: [PATCH] added Sale PackingList Cell

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

diff --git a/product/ERP5/ERP5Defaults.py b/product/ERP5/ERP5Defaults.py
index 46d142185d..b9962c36ed 100755
--- a/product/ERP5/ERP5Defaults.py
+++ b/product/ERP5/ERP5Defaults.py
@@ -102,7 +102,7 @@ portal_delivery_movement_type_list = (
                       'Delivery Line',
                       'Delivery Cell',
                       'Purchase Packing List Line',
-                      'Sales Packing List Line',
+                      'Purchase Packing List Cell',
                       'Purchase Invoice Transaction Line',
                       'Sale Invoice Transaction Line',
                       'Pay Sheet Transaction Line',
@@ -115,6 +115,7 @@ portal_delivery_movement_type_list = (
                       'Movement PF Line',
                       'Purchase Packing List Line',
                       'Sale Packing List Line',
+                      'Sale Packing List Cell',
                       'Production Report Component',
                       'Production Report Operation',
                       'Production Report Line',
-- 
2.30.9