From 42f3dcfec8508bc1cd96377c129727b445cb76c6 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri, 12 Feb 2010 15:01:08 +0000 Subject: [PATCH] typos. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32503 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/DeliveryRule.py | 2 +- product/ERP5/Document/OrderRule.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/Document/DeliveryRule.py b/product/ERP5/Document/DeliveryRule.py index f488824e50..45dcef633c 100644 --- a/product/ERP5/Document/DeliveryRule.py +++ b/product/ERP5/Document/DeliveryRule.py @@ -213,7 +213,7 @@ class DeliveryRule(Rule): # of hardcoded properties. Theses properties should now be # defined on the rule itself if len(property_list) == 0: - LOG("Invoice Transaction Rule , getMatchingPropertyList", WARNING, + LOG("Delivery Rule , getMatchingPropertyList", WARNING, "Hardcoded properties set, please define your rule correctly") property_list=['delivery',] return property_list diff --git a/product/ERP5/Document/OrderRule.py b/product/ERP5/Document/OrderRule.py index 316606079d..ecdf2b5f5f 100644 --- a/product/ERP5/Document/OrderRule.py +++ b/product/ERP5/Document/OrderRule.py @@ -128,7 +128,7 @@ class OrderRule(DeliveryRule): # of hardcoded properties. Theses properties should now be # defined on the rule itself if len(property_list) == 0: - LOG("Invoice Transaction Rule , getMatchingPropertyList", WARNING, + LOG("Order Rule , getMatchingPropertyList", WARNING, "Hardcoded properties set, please define your rule correctly") property_list=['order',] return property_list -- 2.30.9