From 455789d575a7c27cec7fa705637093ab7e81d648 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 fc0b7d09d63..2269febfcc5 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; } }