Commit 8b74bf6c authored by Nicolas Delaby's avatar Nicolas Delaby

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24915 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 777b070c
......@@ -51,7 +51,7 @@ class DayMovementGroup(MovementGroup):
else:
return False, property_dict
def _getStartDate(self,movement):
def _getStartDate(self, movement):
start_date = DateTime(movement.getStartDate() is not None and\
movement.getStartDate().strftime('%Y/%m/%d') or None)
return start_date
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