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
Branches
Tags
No related merge requests found
...@@ -2915,7 +2915,7 @@ class Form ...@@ -2915,7 +2915,7 @@ class Form
} }
else 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; return -1;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment