From 5f56578ae3df4256a6523a3c470b00c93c76005b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 27 Apr 2005 22:13:50 +0000 Subject: [PATCH] =?UTF-8?q?Trad:=20Fichier=20traduction=20non=20charg=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/index.php | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index fb2323edd16..a1e9c3a3440 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -33,6 +33,7 @@ require("./pre.inc.php"); $user->getrights(); // On a besoin des permissions sur plusieurs modules $langs->load("compta"); +$langs->load("bills"); /* * Sécurité accés client @@ -84,19 +85,20 @@ print ''; /* * Zone recherche facture */ -print '
'; -print ''; -print ""; -print ''; -print "'; -print "
'.$langs->trans("SearchABill").'
"; -print $langs->trans("Ref").':  

"; - +if ($conf->facture->anabled) { + print '
'; + print ''; + print ""; + print ''; + print "'; + print "
'.$langs->trans("SearchABill").'
"; + print $langs->trans("Ref").':  

"; +} /* -* Factures brouillons -*/ + * Factures brouillons + */ if ($conf->facture->enabled && $user->rights->facture->lire) {