[Erp5-report] r32503 kazuhiko - /erp5/trunk/products/ERP5/Document/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 12 16:01:10 CET 2010


Author: kazuhiko
Date: Fri Feb 12 16:01:08 2010
New Revision: 32503

URL: http://svn.erp5.org?rev=32503&view=rev
Log:
typos.

Modified:
    erp5/trunk/products/ERP5/Document/DeliveryRule.py
    erp5/trunk/products/ERP5/Document/OrderRule.py

Modified: erp5/trunk/products/ERP5/Document/DeliveryRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/DeliveryRule.py?rev=32503&r1=32502&r2=32503&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/DeliveryRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/DeliveryRule.py [utf8] Fri Feb 12 16:01:08 2010
@@ -213,7 +213,7 @@
     # 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

Modified: erp5/trunk/products/ERP5/Document/OrderRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/OrderRule.py?rev=32503&r1=32502&r2=32503&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/OrderRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/OrderRule.py [utf8] Fri Feb 12 16:01:08 2010
@@ -128,7 +128,7 @@
     # 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




More information about the Erp5-report mailing list