Skip to content

Commit

Permalink
Merge pull request #6071 from cajiya-nakamura/issue-#6053
Browse files Browse the repository at this point in the history
受注管理 >受注一覧>出荷済にするボタンでチェックボックスでしかチェック出来ない #6053 の対応
  • Loading branch information
dotani1111 authored Jan 17, 2024
2 parents ce2c223 + f7053dd commit c935c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Eccube/Resource/template/admin/Order/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ file that was distributed with this source code.
<div class="fw-bold mb-2 notificationMail">{{ 'admin.order.to_shipped__confirm_send_mail'|trans }}</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" id="notificationMail">
<label class="form-check-label notificationMail">
<label class="form-check-label notificationMail" for="notificationMail">
{{ 'admin.order.to_shipped__confirm_send_mail_in_same_time'|trans }}
</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Eccube/Resource/template/admin/Order/shipping.twig
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ file that was distributed with this source code.
<div class="fw-bold mb-2 notificationMail">{{ 'admin.order.to_shipped__confirm_send_mail'|trans }}</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" id="notificationMail">
<label class="form-check-label notificationMail">
<label class="form-check-label notificationMail" for="notificationMail">
{{ 'admin.order.to_shipped__confirm_send_mail_in_same_time'|trans }}
</label>
</div>
Expand Down

0 comments on commit c935c19

Please sign in to comment.