diff --git a/RIGS/finance.py b/RIGS/finance.py index 5cc5c0c1..59576947 100644 --- a/RIGS/finance.py +++ b/RIGS/finance.py @@ -103,7 +103,7 @@ class InvoiceArchive(generic.ListView): class InvoiceWaiting(generic.ListView): model = models.Event - paginate_by = 25 + # paginate_by = 25 template_name = 'RIGS/event_invoice.html' def get_context_data(self, **kwargs):