Remove Eclipse Warning (Undeclare variable)

This commit is contained in:
FHenry 2012-04-20 15:48:48 +02:00
parent f1cc8c05f2
commit 668bec3775

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;
}
}