diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 493b89581ad..971ab45376b 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -2915,7 +2915,7 @@ class Form
}
else
{
- $this->error = ''.$langs->trans("ErrorNoVATRateDefinedForSellerCountry",$code_pays).'';
+ $this->error = ''.$langs->trans("ErrorNoVATRateDefinedForSellerCountry",$country_code).'';
return -1;
}
}