We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
受注管理 >受注一覧>出荷済にするボタン>出荷お知らせメールを同時に送るでチェックボックスでしかチェック出来ない 本来であれば、文字部分をクリックしてもチェックされる。
修正箇所 以下を<label class="form-check-label notificationMail" for="notificationMail">のように修正
<label class="form-check-label notificationMail" for="notificationMail">
ec-cube/src/Eccube/Resource/template/admin/Order/index.twig
Lines 627 to 630 in 81b68e7
受注管理 >受注一覧>出荷済にするボタンをクリックする
EC-CUBE:4.2.2
The text was updated successfully, but these errors were encountered:
受注管理 >受注一覧>出荷済にするボタンでチェックボックスでしかチェック出来ない EC-CUBE#6053 の対応
f7053dd
Merge pull request #6071 from cajiya-nakamura/issue-#6053
c935c19
受注管理 >受注一覧>出荷済にするボタンでチェックボックスでしかチェック出来ない #6053 の対応
マージ済みのため、クローズします。
Sorry, something went wrong.
No branches or pull requests
概要(Overview)
受注管理 >受注一覧>出荷済にするボタン>出荷お知らせメールを同時に送るでチェックボックスでしかチェック出来ない
本来であれば、文字部分をクリックしてもチェックされる。
修正箇所
以下を
<label class="form-check-label notificationMail" for="notificationMail">
のように修正ec-cube/src/Eccube/Resource/template/admin/Order/index.twig
Lines 627 to 630 in 81b68e7
再現手順(Procedure)
受注管理 >受注一覧>出荷済にするボタンをクリックする
環境(Environment)
EC-CUBE:4.2.2
The text was updated successfully, but these errors were encountered: