-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Fix #16655] Block totalbar not used in invoice create and credit memo create screens #16656
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 #16655] Block totalbar not used in invoice create and credit memo create screens #16656
Conversation
…t memo create layouts. - Deprecated Totalbar class - Deprecated totalbar template file
|
Hi @dverkade. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
orlangur
left a comment
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 comprehensive investigation @dverkade 👍
|
Hi @orlangur, thank you for the review. |
|
@dverkade probably, it's because mentioned issue is closed. Looks like it can be slightly reworded and reopened (block is actually used on 2.3-develop - but is useless). |
…nd credit memo create screens #16656
|
Hi @dverkade. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
|
Hi @dverkade, |
|
Hi @ihor-sviziev, Thanks for your comment. The funny thing is that this block has not beed used anymore for a long time, and doesn't actually render anything anymore. If it still does render something, there is no styling on the block. So if a third party vendor or a merchant has used this blocked, they would have changed it already. I don't know what this block was used for, and hasn't been used for a while. It just should not be used (anymore) by anyone, so deprecating this should be enough. |
|
@dverkade good point, thx for clarification. |
Description
Upon investigation there is a totalbar block in the create invoice and credit memo screens which is not being used. This PR addresses that:
Fixed Issues
Related PR's
There is a PR related to this PR, which does not solve the issue correctly.
Manual testing scenarios