We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Copied from Magento Bug Tracker
Steps to reproduce: place an order without middle name
More technical details: https://magento.stackexchange.com/questions/80196/magento-1-9-2-0-table-sales-flat-order-grid-contains-extra-space-in-customer/80201?noredirect=1#answer-80201
Expected Result: customer name is saved as "firstname lastname" (one space)
Actual Result: customer name is saved as "firstname lastname" (two spaces) and can only be searched in the grid with both spaces
The text was updated successfully, but these errors were encountered:
Solved in #31 but does not apply to existing orders. Install script needed to fix existing orders.
Sorry, something went wrong.
Added install script to fix middlename bug for existing orders. Closes …
7cacf62
…#41
Added shell script to fix middlename bug for existing orders. Closes #41
8dc7d19
No branches or pull requests
Copied from Magento Bug Tracker
Steps to reproduce:
place an order without middle name
More technical details: https://magento.stackexchange.com/questions/80196/magento-1-9-2-0-table-sales-flat-order-grid-contains-extra-space-in-customer/80201?noredirect=1#answer-80201
Expected Result:
customer name is saved as "firstname lastname" (one space)
Actual Result:
customer name is saved as "firstname lastname" (two spaces) and can only be searched in the grid with both spaces
The text was updated successfully, but these errors were encountered: