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
Step 1:「注文管理」画面で「注文の詳細」に入り、「配送情報の追加」を選択してください。 Step 2:「配送情報の追加」画面で、「配送方法」を変更すると、「配達時間」がエラーになります。
次のコードに問題があることに気付きました: 私たちはこのコードを修正しました:
$shippingDeliveryTime.append($('<option></option>').val('').text('{{ 'admin.common.select__unspecified'|trans }}'));
EC-CUBE: 4.2.1 PHP: 8.1.19 DB: PostgresSQL 14.8
The text was updated successfully, but these errors were encountered:
@joshoangtien Issueありがとうございます。内容を拝見したところ、「修正しました」とあるのでもしよろしければPull Requestも合わせていただけると嬉しいです。よろしくお願いします。
Sorry, something went wrong.
@joshoangtien issueありがとうございます👍 こちら代わりにPRを作成させて頂きました!
Marge済みのためCloseします。
No branches or pull requests
概要(Overview)
Step 1:「注文管理」画面で「注文の詳細」に入り、「配送情報の追加」を選択してください。
Step 2:「配送情報の追加」画面で、「配送方法」を変更すると、「配達時間」がエラーになります。
再現手順(Procedure)
次のコードに問題があることに気付きました:
私たちはこのコードを修正しました:
環境(Environment)
EC-CUBE: 4.2.1
PHP: 8.1.19
DB:
PostgresSQL 14.8
The text was updated successfully, but these errors were encountered: