From 79620aebc86d00e3104b274ad977422b8aa76cbc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 7 Sep 2003 18:21:09 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20positionnement=20par=20d=E9faut=20du=20?= =?UTF-8?q?taux=20de=20tva=20dans=20select=5Ftva?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/html.form.class.php | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 11527a2ef29..9b6c192933e 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -65,10 +65,26 @@ class Form { $name = "tauxtva"; } + $txtva[0] = '19.6'; + $txtva[1] = '5.5'; + $txtva[2] = '0'; + + $taille = sizeof($txtva); + print ''; }