From b892e94fbf9e4904f4270cb0feadaa1d2b752843 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 26 Jun 2008 15:13:38 +0000
Subject: [PATCH]  - removed unused variable of hardcoded workflow id

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21983 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testPackingList.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/product/ERP5/tests/testPackingList.py b/product/ERP5/tests/testPackingList.py
index f13cbdd223..1ad3bc3b52 100644
--- a/product/ERP5/tests/testPackingList.py
+++ b/product/ERP5/tests/testPackingList.py
@@ -931,7 +931,6 @@ class TestPurchasePackingListMixin(TestPackingListMixin):
   packing_list_line_portal_type = 'Purchase Packing List Line'
   packing_list_cell_portal_type = 'Purchase Packing List Cell'
   delivery_builder_id = 'purchase_packing_list_builder'
-  order_workflow_id = 'order_workflow'
   container_portal_type = None
   container_line_portal_type = None
   container_cell_portal_type = None
-- 
2.30.9