You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
billing_name, billing_address, shipping_address in the database table sales_invoice_grid are not empty (http://prntscr.com/ey70jd)
During debugging I found out that data is saved in vendor/magento/module-sales/Model/ResourceModel/Grid.php, function refresh. But it runs before order and invoice are added to the database.
The text was updated successfully, but these errors were encountered:
Please note that Enterprise issues can also be reported via the Support portal of your account (or via the Partner portal if you are a partner reporting on behalf of a merchant).
That way, your issue should probably get acknowledged and solved faster. Github is intended for the Community Edition issue reports.
polyarush
changed the title
Don't save billing_name, billing_address, shipping_address fields to sales_invoice_grid for authorize and capture payment method
Don't save billing_name, billing_address, shipping_address fields to sales_invoice_grid table for authorize and capture payment method
Apr 19, 2017
Preconditions
Steps to reproduce
Expected result
Actual result
During debugging I found out that data is saved in vendor/magento/module-sales/Model/ResourceModel/Grid.php, function refresh. But it runs before order and invoice are added to the database.
The text was updated successfully, but these errors were encountered: