From c9e26963be66a64dc1bd54a838f11e651147d830 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Fri, 30 Jan 2004 13:02:17 +0000 Subject: [PATCH] Add Sale Packing List as well as Sales Packing List into delivery_type_list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@374 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/ERP5Globals.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/ERP5Globals.py b/product/ERP5/ERP5Globals.py index a20a8f9e4f..914ea29bbf 100755 --- a/product/ERP5/ERP5Globals.py +++ b/product/ERP5/ERP5Globals.py @@ -47,6 +47,7 @@ delivery_type_list = ('Delivery', 'Transaction', 'Packing List', 'Sales Packing List', + 'Sale Packing List', 'Purchase Packing List', 'Inventory MP', 'Inventory PF', -- 2.30.9