Skip to content

Commit

Permalink
Merge pull request #5591 from takeuji/order-pdf-checkbox-fix
Browse files Browse the repository at this point in the history
納品書出力画面のチェックボックスの表示位置を修正
  • Loading branch information
chihiro-adachi authored Aug 24, 2022
2 parents 7c58070 + 8966963 commit 5c1cc94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Eccube/Resource/template/admin/Order/order_pdf.twig
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,10 @@ file that was distributed with this source code.
</div>

<div class="mb-3 text-end">
{{ form_widget(form.default) }}
{{ form_errors(form.default) }}
<div class="form-check form-check-inline">
{{ form_widget(form.default) }}
{{ form_errors(form.default) }}
</div>
</div>

</div>
Expand Down

0 comments on commit 5c1cc94

Please sign in to comment.