Skip to content
Snippets Groups Projects
Commit 063c6ea0 authored by Shrikrishna Singh's avatar Shrikrishna Singh
Browse files

Fix order of invoices on finance dashboard

parent 24b6a127
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ class InvoiceDashboardTable(BaseInvoiceTable):
'date_to',
]
model = Invoice
orderable = False
order_by = ['-requested_at']
attrs = {'class': 'invoices-table'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment