Closed
Description
This issue is automatically created based on existing pull request: #30516: fix #30094 function call on array
Description (*)
Fixes #30094:
Call to a member function getId() on array in module-sales/view/adminhtml/templates/order/totals/tax.phtml:62
Fixed Issues (if relevant)
Manual testing scenarios (*)
- Set config
tax/sales_display/full_summary
to1
- Open any invoice (e.g.
/admin/sales/invoice/view/invoice_id/1/
)
Complete reproducible steps are here
Questions or comments
Issue is introduced here 70ede03
Using the same rather "workaround" as below for $infoId
: https://github.com/magento/magento2/blob/2.4.1/app/code/Magento/Sales/view/adminhtml/templates/order/totals/tax.phtml#L91
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done