Discussions
Change to country definition for United Kingdom?
We've recently had trouble receiving our B2B orders which are generated by outbound POs from Netsuite. It seems the root cause may be that the script for the country has been revised to remove a description of '(GB)' occurring after the name 'United Kingdom'. I don't believe we made this change internally, is this something that Netsuite does or did? Has anyone else encountered this or similar previously?
Here (I believe) is the code that illustrates the change within the Company>Country definition:
line = line.replace(/\bUnited\s*Kingdom\b(\s*\(GB\))?/i, "United Kingdom");