Merge pull request #273 from nottinghamtec/hotfix/restore-pagination

Restore pagination to invoice waiting (requested by Emma)
This commit is contained in:
David Taylor
2016-11-04 13:36:21 +00:00
committed by GitHub

View File

@@ -122,7 +122,7 @@ class InvoiceArchive(generic.ListView):
class InvoiceWaiting(generic.ListView): class InvoiceWaiting(generic.ListView):
model = models.Event model = models.Event
# paginate_by = 25 paginate_by = 25
template_name = 'RIGS/event_invoice.html' template_name = 'RIGS/event_invoice.html'
def get_context_data(self, **kwargs): def get_context_data(self, **kwargs):