Florian Schaal
2016-07-10 1fad40cafb70734c94cf8e5558d739c8956f0b70
interface/lib/classes/validate_client.inc.php
@@ -161,6 +161,8 @@
         // Test if the country of the VAT-ID matches the country of the customer
         if($country != ''){
            // Greece
            if($country == 'GR') $country = 'EL';
            if(strtoupper($cc) != $country){
               $errmsg = $validator['errmsg'];
               if(isset($app->tform->wordbook[$errmsg])) {