Skip to content

Commit

Permalink
Fixes issue simplyopen-it#7
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Suwala committed Mar 27, 2018
1 parent da0ddfb commit decc5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_reports/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def get_paginator(self):
return self.paginator(self.results, self.get_list_per_page())

def get_list_max_show_all(self):
return self.get_list_max_show_all
return self.list_max_show_all

def get_list_per_page(self):
return self.list_per_page
Expand Down

0 comments on commit decc5e6

Please sign in to comment.