Remove Eclipse Warning (Undeclare variable)

This commit is contained in:
FHenry 2012-04-20 15:48:48 +02:00 committed by Regis Houssin
parent 965057307f
commit 455789d575

View File

@ -2915,7 +2915,7 @@ class Form
}
else
{
$this->error = '<font class="error">'.$langs->trans("ErrorNoVATRateDefinedForSellerCountry",$code_pays).'</font>';
$this->error = '<font class="error">'.$langs->trans("ErrorNoVATRateDefinedForSellerCountry",$country_code).'</font>';
return -1;
}
}