diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 8c90a9accdc..660525d2c97 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -942,11 +942,11 @@ class Form else { $txtva[0] = '19.6'; - $libtva[0] = '19.6'; + $libtva[0] = '19.6%'; $txtva[1] = '5.5'; - $libtva[1] = '5.5'; + $libtva[1] = '5.5%'; $txtva[2] = '0'; - $libtva[2] = '0'; + $libtva[2] = '0%'; } if ($defaulttx == '') @@ -966,7 +966,7 @@ class Form { print ' selected="true"'; } - print '>'.$libtva[$i].'%'; + print '>'.$libtva[$i].''; } print ''; }