Skip to content
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

[Admin] Fix bug for billing address state value not changing with customer #3435

Merged
merged 2 commits into from
Nov 25, 2019

Commits on Nov 21, 2019

  1. Admin new-order form: customer with textual state bugfix

    When creating a new order from the backend, when the admin user changes
    customer using the autocomplete field and the new customer has only a
    textual state, the bill address shown in page should show the expected
    textual state.
    spaghetticode committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    1bf4279 View commit details
    Browse the repository at this point in the history
  2. Admin new-order form: customer state change bugfix

    When creating a new order from the backend, when the admin user selects
    a different customer from the autocomplete field and the customer has
    same country but different state from the customer that was selected
    before, the bill address state select value should show the new customer
    state.
    spaghetticode committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    1fef20f View commit details
    Browse the repository at this point in the history