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
It also happens if you create CPR with PHP API.
The range is fine until the flush method will be executed here:
flush
CoreShop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/CoreExtension/ProductQuantityPriceRules.php
Line 401 in a5baa41
Not sure if this discussion is related (Because it worked before?): doctrine/orm#11058 (comment)
If this is the case, we should sort the range based on rangeStartingFrom because the calculation heavily depends on this!
rangeStartingFrom
The text was updated successfully, but these errors were encountered:
#2498
Sorry, something went wrong.
solverat
No branches or pull requests
It also happens if you create CPR with PHP API.
The range is fine until the
flush
method will be executed here:CoreShop/src/CoreShop/Bundle/ProductQuantityPriceRulesBundle/CoreExtension/ProductQuantityPriceRules.php
Line 401 in a5baa41
Not sure if this discussion is related (Because it worked before?): doctrine/orm#11058 (comment)
If this is the case, we should sort the range based on
rangeStartingFrom
because the calculation heavily depends on this!The text was updated successfully, but these errors were encountered: