diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index e7b362c9f641101db52eda983a3fa9f5a2e6bc10..a97265c848f9429436d98129ccf3f361bf704965 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -2728,7 +2728,7 @@ class Form if (count($this->cache_currencies)) return 0; // Cache deja charge - $sql = "SELECT code, code_iso, label"; + $sql = "SELECT code_iso, label"; $sql.= " FROM ".MAIN_DB_PREFIX."c_currencies"; $sql.= " WHERE active = 1"; $sql.= " ORDER BY code_iso ASC";