Skip to content
New issue

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

Fix #4776 受注登録で明細削除後に追加した商品が「税込」で登録されてしまう問題の修正 #4802

Closed

Conversation

dk-umebius
Copy link
Contributor

概要(Overview・Refs Issue)

Fix: #4776

対象画面

  • 受注登録
  • 出荷登録

不具合の内容

商品(税別)+送料(税込)という受注の明細を1度全て削除した後、商品明細を追加すると税込価格で登録される
(追加した商品分の明細がorder[OrderItems][1]として送信され、もともと2番目の明細であった「送料」のtax_display_typeが採用されているため)

商品明細追加時のPOST内容

方針(Policy)

tax_display_typeをhiddenのフォームとして出力しておくことで意図しないデータ上書きを防止する

実装に関する補足(Appendix)

テスト(Test)

相談(Discussion)

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更
  • フックポイントの呼び出しタイミングの変更
  • フックポイントのパラメータの削除・データ型の変更
  • twigファイルに渡しているパラメータの削除・データ型の変更
  • Serviceクラスの公開関数の、引数の削除・データ型の変更
  • 入出力ファイル(CSVなど)のフォーマット変更

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか

@dk-umebius dk-umebius changed the title Fix #4776 tax_display_typeをOrderItemTypeに追加 Fix #4776 受注登録で明細削除後に追加した商品が「税込」で登録されてしまう問題の修正 Dec 12, 2020
@okazy okazy added this to the 4.0.x milestone Dec 18, 2020
@okazy okazy self-assigned this Dec 18, 2020
@dk-umebius
Copy link
Contributor Author

一旦取り下げます。

@dk-umebius dk-umebius closed this Mar 21, 2021
@chihiro-adachi chihiro-adachi modified the milestones: 4.0.x, Not release Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants