Summary:
Country is not selected in the order processing
Detailed Description:
The Country field doesn´t get the content of the field in FEU, the dropdown(in
the order processing template) shows always the first country in the list.
I mapped a text field from FEU to Country field in Orders but it is not selected
when ordering.
I search in module's code(moform.inc.php in lib\classes\module_support) and see
that only it only selects if value is equal, but what is passed from the textbox
is the key.
My solution was to add another condition on line 345: ||
$selectedvalue==strtoupper($key)