From 668bec37755280795bb8fcbe76cbbbfe551b5f59 Mon Sep 17 00:00:00 2001 From: FHenry Date: Fri, 20 Apr 2012 15:48:48 +0200 Subject: [PATCH] Remove Eclipse Warning (Undeclare variable) --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }