Nettoyage (test CVS)
This commit is contained in:
parent
5850dfd7b8
commit
b54fbdfca2
@ -42,11 +42,8 @@ if ($user->societe_id > 0)
|
|||||||
|
|
||||||
$commande = new CommandeFournisseur($db);
|
$commande = new CommandeFournisseur($db);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
print_barre_liste($langs->trans("SuppliersOrders"), $page, "index.php", "", $sortfield, $sortorder, '', $num);
|
print_barre_liste($langs->trans("SuppliersOrders"), $page, "index.php", "", $sortfield, $sortorder, '', $num);
|
||||||
|
|
||||||
|
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
print '<tr valign="top"><td width="30%">';
|
print '<tr valign="top"><td width="30%">';
|
||||||
|
|
||||||
@ -88,9 +85,13 @@ else
|
|||||||
{
|
{
|
||||||
dolibarr_print_error($db);
|
dolibarr_print_error($db);
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
*/
|
||||||
print '</td><td width="70%" valign="top">';
|
print '</td><td width="70%" valign="top">';
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
*/
|
||||||
$sql = "SELECT u.name, u.firstname";
|
$sql = "SELECT u.name, u.firstname";
|
||||||
$sql .= " FROM ".MAIN_DB_PREFIX."user as u";
|
$sql .= " FROM ".MAIN_DB_PREFIX."user as u";
|
||||||
$sql .= " , ".MAIN_DB_PREFIX."user_rights as ur";
|
$sql .= " , ".MAIN_DB_PREFIX."user_rights as ur";
|
||||||
@ -126,10 +127,8 @@ else
|
|||||||
dolibarr_print_error($db);
|
dolibarr_print_error($db);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
print '</td></tr></table>';
|
print '</td></tr></table>';
|
||||||
|
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter('$Date$ - $Revision$');
|
llxFooter('$Date$ - $Revision$');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user