Commit 596b3816 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix typos.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32453 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 32efad16
......@@ -211,7 +211,7 @@ class DeliveryRule(Rule):
# of hardcoded properties. Theses properties should now be
# defined on the rule itself
if len(property_list) == 0:
LOG("Order Rule , _getExpandablePropertyDict", WARNING,
LOG("Order Rule , getExpandablePropertyList", WARNING,
"Hardcoded properties set, please define your rule correctly")
property_list = (
'aggregate_list',
......
......@@ -159,7 +159,7 @@ class OrderRule(DeliveryRule):
# of hardcoded properties. Theses properties should now be
# defined on the rule itself
if len(property_list) == 0:
LOG("Order Rule , _getExpandablePropertyDict", WARNING,
LOG("Order Rule , getExpandablePropertyList", WARNING,
"Hardcoded properties set, please define your rule correctly")
property_list = (
'aggregate_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