-
-
Notifications
You must be signed in to change notification settings - Fork 725
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 incorrect rounding of final weight volume #12970
base: master
Are you sure you want to change the base?
fix incorrect rounding of final weight volume #12970
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one 👍 Thanks @bouaik 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this and providing great documentation 📄 👍
end | ||
|
||
def down | ||
change_column :spree_line_items, :final_weight_volume, :decimal, precision: 10, scale: 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noting that this action would be destructive.. but I guess if somebody was running the down
action they would be expecting that.
Hey @bouaik, Are you available to address these? Thank you. |
Moved this issue to In Progress so conflicts can be fixed. |
What? Why?
Release notes
Changelog Category (reviewers may add a label for the release notes):
The title of the pull request will be included in the release notes.
Dependencies
Documentation updates