there was a missing "_entry" in the

catalog/admin/customers.php changes

this ..

// End update for TVA_INTRACOM_v3.9
$result_tva = tep_verif_tva(strtoupper(rtrim($tva_intracom)));

should be like this

// End update for TVA_INTRACOM_v3.9
$result_tva = tep_verif_tva(strtoupper(rtrim($entry_tva_intracom )));

anyway I updated the instructions and am adding that file here...



More...