-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
getDistinct is not distinct in Tax Model #616
Comments
@mszterlingfsite, thank you for reporting this issue! I assigned it to the PO responsible for taxes and created a ticket in our internal backlog. We will get back to you once we have an update. |
The team renamed the method, so we assume the issue was resolved now. We are closing this ticket. Thank you for contributing to Magento product development! Looking forward for your new bug reports! |
mmansoor-magento
pushed a commit
that referenced
this issue
Nov 25, 2016
Bugs - MAGETWO-60908 Image role can't be updated - MAGETWO-60299 Sample Data Test Failure: NavigateProductEntityTest
magento-engcom-team
added a commit
that referenced
this issue
Apr 22, 2019
…nctionality #616 - Merge Pull Request magento/graphql-ce#616 from vovsky/graphql-ce:issue-605-test-coverage-Add-simple-product-to-cart - Merged commits: 1. 4fcf7ed 2. 8afaf80 3. 8c34f6c
magento-engcom-team
pushed a commit
that referenced
this issue
Apr 22, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as example:
https://github.com/magento/magento2/blob/master/app/code/Magento/Tax/Model/Resource/Calculation.php
Line 106 getDistinct()
$select = $this->_getReadAdapter()->select();
should read
$select = $this->_getReadAdapter()->select()->distinct(true);
The text was updated successfully, but these errors were encountered: