From 62dcdaa3a6cfd4aea9b65f25196fe836675ccd65 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 7 May 2005 22:01:39 +0000 Subject: [PATCH] =?UTF-8?q?D=E9but=20gestion=20des=20caisses=20Trad:=20Tra?= =?UTF-8?q?duction=20espaces=20comptes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/html.form.class.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 940581acae9..99862cc2f12 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -267,6 +267,40 @@ class Form } + /** + * \brief Retourne la liste des types de comptes financiers + * \param + */ + + function select_type_comptes_financiers($selected=1,$htmlname='type') + { + global $langs; + $langs->load("banks"); + + $type_available=array(0,1,2); + + print ''; + } + + /** * \brief Retourne la liste déroulante des sociétés * \param