Nettoyage (test CVS)
This commit is contained in:
parent
5850dfd7b8
commit
b54fbdfca2
@ -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 '<table class="noborder" width="100%">';
|
||||
print '<tr valign="top"><td width="30%">';
|
||||
|
||||
@ -88,9 +85,13 @@ else
|
||||
{
|
||||
dolibarr_print_error($db);
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
print '</td><td width="70%" valign="top">';
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
$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 '</td></tr></table>';
|
||||
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date$ - $Revision$');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user