Skip to content

Commit

Permalink
Fix #10376 - Update Leagcy PDF orientation configuartion
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlorimer authored and jack7anderson7 committed May 14, 2024
1 parent d8fc3db commit d313e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PDF/LegacyMPDF/LegacyMPDFEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function configurePDF(array $options): void

@$this->pdf = new mPDF(
$configOptions['mode'],
$configOptions['page_size'],
$configOptions['page_size'].'-'.$configOptions['orientation'],
$configOptions['default_font_size'],
$configOptions['default_font'],
$configOptions['margin_left'],
Expand Down

0 comments on commit d313e81

Please sign in to comment.