From b54fbdfca21936fdb3cb8acb11a71dd3af923715 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 13 Dec 2006 16:16:23 +0000 Subject: [PATCH] Nettoyage (test CVS) --- htdocs/fourn/commande/index.php | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php index 72f3930cdf2..41fff09e712 100644 --- a/htdocs/fourn/commande/index.php +++ b/htdocs/fourn/commande/index.php @@ -22,10 +22,10 @@ */ /** - \file htdocs/fourn/commande/index.php - \ingroup commande - \brief Page accueil commandes fournisseurs - \version $Revision$ + \file htdocs/fourn/commande/index.php + \ingroup commande + \brief Page accueil commandes fournisseurs + \version $Revision$ */ require("./pre.inc.php"); @@ -42,11 +42,8 @@ if ($user->societe_id > 0) $commande = new CommandeFournisseur($db); - - print_barre_liste($langs->trans("SuppliersOrders"), $page, "index.php", "", $sortfield, $sortorder, '', $num); - print ''; print '
'; @@ -88,9 +85,13 @@ else { dolibarr_print_error($db); } - +/* + * + */ print ''; - +/* + * + */ $sql = "SELECT u.name, u.firstname"; $sql .= " FROM ".MAIN_DB_PREFIX."user as u"; $sql .= " , ".MAIN_DB_PREFIX."user_rights as ur"; @@ -126,10 +127,8 @@ else dolibarr_print_error($db); } - print '
'; - $db->close(); llxFooter('$Date$ - $Revision$');