Skip to content

Commit cc83cbc

Browse files
committed
Fix
1 parent b44a4eb commit cc83cbc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

landolfio/inventory_frontend/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ def get_context_data(self, **kwargs):
254254
context["journal_history"] = (
255255
AssetOnJournalDocumentLine.objects.filter(asset=asset)
256256
.select_related("document_line__ledger_account")
257-
.order_by("-document_line__document__date")
258257
)
259258

260259
return context

0 commit comments

Comments
 (0)