Fix failing documents app tests.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
49bb7c879e
commit
abf0ecebaf
@@ -723,7 +723,6 @@ class DocumentPrint(FormView):
|
||||
return super(DocumentPrint, self).dispatch(request, *args, **kwargs)
|
||||
|
||||
def get(self, request, *args, **kwargs):
|
||||
|
||||
if not self.page_group and not self.page_range:
|
||||
return super(DocumentPrint, self).get(request, *args, **kwargs)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user