Skip to content

Commit

Permalink
fix 4481 with time closed in 23:59
Browse files Browse the repository at this point in the history
  • Loading branch information
cayop committed Oct 30, 2023
1 parent f42b2d0 commit 9c88788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ereuse_devicehub/resources/lot/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def get_closed(self):
if not self.transfer.closed:
return

return self.transfer.date.strftime("%Y-%m-%d_00_00")
return self.transfer.date.strftime("%Y-%m-%d_23_59")

def add_children(self, *children):
"""Add children lots to this lot.
Expand Down

0 comments on commit 9c88788

Please sign in to comment.