hi @ESN

Thanks for pointing this out. For now you will have to use phpmyadmin or command line SQL to update the existing country codes

you can use the SQL tab to execute these queries in phpmyadmin.

Contacts

UPDATE contacts

SET contact_phone_country_code = 44,

contact_mobile_country_code = 44;

Locations

UPDATE locations

SET location_phone_country_code = 44,

location_fax_country_code = 44;

Vendors

UPDATE vendors

SET vendor_phone_country_code = 44;

Company

UPDATE companies

SET company_phone_country_code = 44;

johnny changed the title to Country Code Set to +1 .

We just pushed out a fix to develop branch for the company country code

  • ESN replied to this.

    johnny

    Hi Johnny

    An update needs to be pushed out ASAP as I do not have phpmyadmin installed on the server or direct access to the SQL, This has really cocked my my system. May even roll it back pre update to resolve it.

    Thanks

    Chris

      ESN if you have a backup, you can roll back and apply updates once the devs have pushed out a fix for that into stable

      yeah we recommend rolling back for now

      If you can wait till tommarow, we'll push out another update that fixes this and few other things.

        johnny

        Thank you. Can you confirm if this is competed and I can now update

        Chris

        Give a few more days there are still a few more bugs that we are finding.

        ESN I'm just a mod here and not actively involved in the coding part so i guess you meant to thank @wrongecho instaed of me?

        🙂