Skip to content
Snippets Groups Projects
Commit 034431ef authored by Nigel Cunningham's avatar Nigel Cunningham
Browse files

usePrintableDisplay should default to true.


Signed-off-by: default avatarNigel Cunningham <nigel@nigelcunningham.com.au>
parent 0aba6593
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ abstract class PdfGeneratorBase extends PluginBase implements PdfGeneratorInterf
* {@inheritdoc}
*/
public function usePrintableDisplay() {
return FALSE;
return TRUE;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment