From 817463989777f8e2f7c69d8fb0a784b55f1896e5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 30 Apr 2005 16:31:28 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Supprime=20erreurs=20quand=20option=20er?= =?UTF-8?q?ror=5Freporting=20=E0=20E=5FALL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/bank/index.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/bank/index.php b/htdocs/compta/bank/index.php index 9b144358a73..00aa8261bc4 100644 --- a/htdocs/compta/bank/index.php +++ b/htdocs/compta/bank/index.php @@ -28,7 +28,9 @@ \version $Revision$ */ + require("./pre.inc.php"); + require("./bank.lib.php"); require("../../tva.class.php"); require("../../chargesociales.class.php"); @@ -41,8 +43,11 @@ $user->getrights('banque'); if (!$user->rights->banque->lire) accessforbidden(); + + llxHeader(); + print_titre($langs->trans("BankAccounts")); print '
'; @@ -103,7 +108,7 @@ print 'Dettes'; /* * TVA */ -if ($conf->compta->tva) +if ($conf->compta->tva) { $var = !$var; $tva = new Tva($db); @@ -175,5 +180,5 @@ print ""; $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?>