Skip to content

Commit 71b3ae7

Browse files
committed
Added Warehouse and Rack Shelf Floor Management
1 parent f45590a commit 71b3ae7

File tree

1 file changed

+1
-1
lines changed
  • Backend/EcommerceInventory/EcommerceInventory

1 file changed

+1
-1
lines changed

Backend/EcommerceInventory/EcommerceInventory/Helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def get_formatted_created_at(self,obj):
172172
return obj.created_at.strftime('%dth %B %Y, %H:%M')
173173

174174
def get_formatted_updated_at(self,obj):
175-
return obj.created_at.strftime('%dth %B %Y, %H:%M')
175+
return obj.updated_at.strftime('%dth %B %Y, %H:%M')
176176

177177
cls.get_formatted_created_at=get_formatted_created_at
178178
cls.get_formatted_updated_at=get_formatted_updated_at

0 commit comments

Comments
 (0)