forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Forwardport] #14063 - Wrong invoice prefix in multistore setup due to default stor… #13
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… on category page magento#15200 - Merge Pull Request magento#15200 from JeroenVanLeusden/magento2:patch-4 - Merged commits: 1. 08cf8b8
…ackorders' enabled
…ackorders' enabled
…ackorders' enabled
…ackorders' enabled
…ackorders' enabled
…tches to the Store with another root Category
…tches to the Store with another root Category
…tches to the Store with another root Category
…stom options in import file is empty
…stom options in import file is empty
…velop-missing-phpdoc-comment
Added space
- Merge Pull Request magento#15498 from lfluvisotto/magento2:2.3-develop-missing-phpdoc-comment - Merged commits: 1. 949de44 2. c78fbc0 3. 2a20abd 4. d6aabc3
…e order button magento#15577 - Merge Pull Request magento#15577 from osrecio/magento2:2.3-develop-PR-port-15331 - Merged commits: 1. 751c3e6 2. fb0f192
Fixes Javascript error in dropdowns.js by properly initializing the el variable. options.autoclose can now be set to false
…agento#15607 - Merge Pull Request magento#15607 from dmytro-ch/magento2:2.3-develop-PR-port-15499 - Merged commits: 1. 1e2019c
- merged latest code from mainline branch
Accepted Public Pull Requests: - magento#15607: [Forwardport] Issue 15469: Javascript error dropdowns.js (by @dmytro-ch) - magento#15577: [Forwardport] set alignment purchase order form and place order button (by @osrecio) - magento#15498: Missing PHPDoc comment (by @lfluvisotto) - magento#15200: [Port 2.3-develop] Don't recalculate tax for every price on category page (by @JeroenVanLeusden) Fixed GitHub Issues: - magento#15469: lib/web/mage/dropdowns.js fails when autoclose is set to true (reported by @brian-labelle) has been fixed in magento#15607 by @dmytro-ch in 2.3-develop branch Related commits: 1. 1e2019c - magento#15334: Purchased Order Form button should visible properly (reported by @neeta-wagento) has been fixed in magento#15577 by @osrecio in 2.3-develop branch Related commits: 1. 751c3e6 2. fb0f192 - magento#14941: Unnecessary recalculation of product list pricing causes huge slowdowns (reported by @paales) has been fixed in magento#15200 by @JeroenVanLeusden in 2.3-develop branch Related commits: 1. 08cf8b8
[TSG] Upporting for 2.3 (pr20) (2.3.0)
gelanivishal
pushed a commit
that referenced
this pull request
Aug 10, 2018
[Forwardport] Corrected function comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original Pull Request
magento#15332
…e id
Set correct store id for Invoice
Description
I have taken correct store id from store object.
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist