From 2b23792d355d82910cd045e941d92dc7c489a582 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Wed, 19 Dec 2007 03:32:38 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18402 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/PackingList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Document/PackingList.py b/product/ERP5/Document/PackingList.py index 2128e84b64..a98c17cd6a 100644 --- a/product/ERP5/Document/PackingList.py +++ b/product/ERP5/Document/PackingList.py @@ -129,7 +129,7 @@ class PackingList(Delivery): script. """ if rule_id is None and rule_reference is None: - warn('Relying on a default order rule is deprecated; ' \ + warn('Relying on a default delivery rule is deprecated; ' \ 'rule_reference must be specified explicitly.', DeprecationWarning) rule_reference = 'default_delivery_rule' -- 2.30.9