Index: branches/5.2.x/units/orders/orders_config.php =================================================================== diff -u -N -r14723 -r14807 --- branches/5.2.x/units/orders/orders_config.php (.../orders_config.php) (revision 14723) +++ branches/5.2.x/units/orders/orders_config.php (.../orders_config.php) (revision 14807) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'ShippingFax' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'ShippingEmail' => Array ( - 'type' => 'string', 'not_null' => 1, 'default' => '', - 'formatter' => 'kOptionsFormatter', - 'options' => Array (), - 'option_key_field' => 'DestAbbr', - 'option_title_field' => 'Translation', + 'type' => 'string', + 'formatter' => 'kFormatter', + 'regexp' => '/^(' . REGEX_EMAIL_USER . '@' . REGEX_EMAIL_DOMAIN . ')$/i', + 'not_null' => 1, 'default' => '', ), 'ShippingAddress1' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'ShippingAddress2' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''),