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
3.0.10で動作確認しています
admin/order 画面から受注情報を編集すると、dtb_order.taxに保存される値が間違っているようです。
dtb_order.tax
taxはsubtotalの消費税分になると思いますが、商品1個分の消費税でupdateされているようです。
e.g.) dtb_order_detailの値が price:2800 quantity:3 tax_rate:8 の受注があった場合、編集前のdtb_order.taxの値は672になっています
この受注を編集すると dtb_order.taxの値が 224 で更新されます。 subtotal、total、payment_totalの値は正しく更新されています
The text was updated successfully, but these errors were encountered:
受注編集時のdtb_order.taxの値が間違ってい issue EC-CUBE#1606
21b3873
e473f27
ce6be52
d2d8ad4
87fb37e
Merge pull request #1625 from trebla-on/albert
f929783
受注編集時のdtb_order.taxの値が間違っている #1606
#1625 修正が取り込まれましたので、Issue閉じさせていただきます。
Sorry, something went wrong.
trebla-on
No branches or pull requests
3.0.10で動作確認しています
admin/order
画面から受注情報を編集すると、
dtb_order.tax
に保存される値が間違っているようです。taxはsubtotalの消費税分になると思いますが、商品1個分の消費税でupdateされているようです。
e.g.)
dtb_order_detailの値が
price:2800
quantity:3
tax_rate:8
の受注があった場合、編集前のdtb_order.taxの値は672になっています
この受注を編集すると dtb_order.taxの値が 224 で更新されます。
subtotal、total、payment_totalの値は正しく更新されています
The text was updated successfully, but these errors were encountered: