-
Notifications
You must be signed in to change notification settings - Fork 4
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
1.0.3 Cannot create invoice #2
Comments
Give this a try and let me know if it works. Change needs to be made in this core file: /vendor/magento/framework/DataObject/Copy/Config/Converter.php on line 41 Find line 41 in above file, should look like following code:
Replace those lines with the following:
Let me know if this works for you, once confirmed we can close this ticket and I'll add this to the instructions in the readme. Thanks! |
It works for us now. Have you filed the bug with M2? If so, can you give us a link to the bug entry so we watch it for updates as it's best to avoid core file hacks. |
I am yet to file the bug, will do so ASAP and link it here. Going to leave this open until we get a resolution from M2 staff. |
This is a bug with the Reverb extension, not Magento. The cause of it is in the /Reverb/ReverbSync/etc/fieldset.xml file. This file is using Magento 1 code not Magento 2. It looks like this:
After updating to Magento 2 code it should look like this:
|
After installing the plugin at live site, going to Sales -> Orders -> finding an invoice -> View -> click on Invoice at the top produces the error:
The text was updated successfully, but these errors were encountered: