Commit 42f3dcfe authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

typos.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32503 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4d8cc2d7
...@@ -213,7 +213,7 @@ class DeliveryRule(Rule): ...@@ -213,7 +213,7 @@ class DeliveryRule(Rule):
# of hardcoded properties. Theses properties should now be # of hardcoded properties. Theses properties should now be
# defined on the rule itself # defined on the rule itself
if len(property_list) == 0: if len(property_list) == 0:
LOG("Invoice Transaction Rule , getMatchingPropertyList", WARNING, LOG("Delivery Rule , getMatchingPropertyList", WARNING,
"Hardcoded properties set, please define your rule correctly") "Hardcoded properties set, please define your rule correctly")
property_list=['delivery',] property_list=['delivery',]
return property_list return property_list
...@@ -128,7 +128,7 @@ class OrderRule(DeliveryRule): ...@@ -128,7 +128,7 @@ class OrderRule(DeliveryRule):
# of hardcoded properties. Theses properties should now be # of hardcoded properties. Theses properties should now be
# defined on the rule itself # defined on the rule itself
if len(property_list) == 0: if len(property_list) == 0:
LOG("Invoice Transaction Rule , getMatchingPropertyList", WARNING, LOG("Order Rule , getMatchingPropertyList", WARNING,
"Hardcoded properties set, please define your rule correctly") "Hardcoded properties set, please define your rule correctly")
property_list=['order',] property_list=['order',]
return property_list return property_list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment