Commit b27b1a7d authored by Jérome Perrin's avatar Jérome Perrin

fix indentation problem


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18667 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e3889439
......@@ -359,5 +359,5 @@ class MovementHistoryListBrain(InventoryListBrain):
timezone = obj.getStartDate().timezone()
else:
timezone = obj.getStopDate().timezone()
self.date = self.date.toZone(timezone)
self.date = self.date.toZone(timezone)
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