Commit 36b1d456 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix typos.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31053 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3e39b332
......@@ -86,7 +86,7 @@ class MovementCollectionDiff(object):
to update an existing movement or to
create a new movement.
"""
property_dict = self._property_dict.get(movement)
property_dict = self._property_dict_dict.get(movement)
if property_dict is None:
# movement should be 'New Movement'
return self._getPropertyAndCategoryList(movement)
......@@ -100,7 +100,7 @@ class MovementCollectionDiff(object):
property_dict -- properties to update
"""
self._updatable_movement_list.append(movement)
self._property_dict[movement] = property_dict
self._property_dict_dict[movement] = property_dict
def _getPropertyAndCategoryList(self, movement):
"""
......
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