mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 07:22:14 +00:00
Fix for #9
Added ORDER BY statement to the invoice page. Ordered all other invoice pages.
This commit is contained in:
@@ -366,6 +366,7 @@ class Invoice(models.Model):
|
||||
permissions = (
|
||||
('view_invoice', 'Can view Invoices'),
|
||||
)
|
||||
ordering = ['-invoice_date']
|
||||
|
||||
|
||||
class Payment(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user