-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Invoice increment id uses wrong entity type #1009
Comments
The same goes for the shipments, it gets increment id 100000005 |
Where / how can I submit a patch ? |
You can create pull request |
Hi Sanuch, The button "Create Pull Request" is visible but disabled. |
You should fork this repository and made changes in your fork and after them you can create pull request from your repository https://help.github.com/articles/fork-a-repo/ |
Thanks for the explanation Sanuch, I've just submitted the pull request. |
Pull request: #1010 |
@WJdeBaas Since you submitted the pull request, would you mind to close this issue? |
[Folks] Update catalog_inventory stock indexer
MSI-720: Implement IsCorrectQtyConditionTest::testExecuteWithUseConfigMinSaleQty
When I place an order it gets increment id 100000001, the invoice receives the next increment id 100000002.
The next order gets increment id 100000003, and the invoice receives the next increment id 100000004 and so on.
I've inserted a new record in table eav_entity_store with the correct entity_type_id (6) , but this is ignored.
The text was updated successfully, but these errors were encountered: