Skip to content
Snippets Groups Projects
Commit 668bec37 authored by Florian Henry's avatar Florian Henry
Browse files

Remove Eclipse Warning (Undeclare variable)

parent f1cc8c05
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment