Skip to content

Commit

Permalink
Merge pull request #4774 from izayoi256/bugfix/pdf-set-page-mark
Browse files Browse the repository at this point in the history
特定のPDFテンプレートで表が正常に出力されない不具合を修正
  • Loading branch information
Kiyotaka Oku authored Dec 2, 2020
2 parents 52f193a + 8bef459 commit 3b4bfd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Eccube/Service/OrderPdfService.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ protected function addPdfPage()

// テンプレートに使うテンプレートファイルのページ番号を指定
$this->useTemplate($tplIdx, null, null, null, null, true);
$this->setPageMark();
}

/**
Expand Down

0 comments on commit 3b4bfd4

Please sign in to comment.