-
Notifications
You must be signed in to change notification settings - Fork 9.4k
We can't save the invoice right now
when trying to create invoice of an order
#10427
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
Comments
Hi, @skashish, please, provide details about used payment method. |
How did you place the order without any payment method? |
@joni-jones In my payment methods, Check/Money order is enabled. |
I've checked on Magento 2.1.7 CE with different payment methods, all works as expected, the invoices have been created successfully. |
I'm on Magento 2.1.1 CE |
Please, upgrade your instance to the latest version and check again. |
is there any other way. |
I do not see any other way to get all fixes beginning with 2.1.1 release without updating your instance to the latest version. From version to version we fix different issues and release patch versions instead only minor releases. This approach provides more easy updates for the merchants. |
@skashish, thank you for your report. |
I also getting this error in Magento ver. 2.2.6, please let me know any fix to solve this issue. |
Preconditions
Steps to reproduce
Expected result
Invoice is generated.
Actual result
We can't save the invoice right now.
Things I tried to solve the issue:
As mentioned #5324 I tried to add the column
base_grand_total
into thetable sales_invoice_grid
, but it was already present. I even added a value into it from database and it become visible on Admin Panel.I looked into var/logs/* for some error logs, but didn't find anything related whatsoever.
The text was updated successfully, but these errors were encountered: