diff --git a/htdocs/compta/prelevement/config.php b/htdocs/compta/prelevement/config.php index 5abeaedbd24..1f8b2638ee0 100644 --- a/htdocs/compta/prelevement/config.php +++ b/htdocs/compta/prelevement/config.php @@ -1,5 +1,6 @@ + * Copyright (C) 2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -170,7 +171,7 @@ else print ''; if ($user->rights->prelevement->bons->configurer) - print ''; + print ''; print ''; @@ -230,7 +231,7 @@ if ($user->rights->prelevement->bons->configurer) print ''; print ''; - print ''; + print ''; } diff --git a/htdocs/compta/prelevement/liste.php b/htdocs/compta/prelevement/liste.php index 0ce957b210c..2f32a400828 100644 --- a/htdocs/compta/prelevement/liste.php +++ b/htdocs/compta/prelevement/liste.php @@ -32,22 +32,23 @@ require("./pre.inc.php"); if (!$user->rights->prelevement->bons->lire) accessforbidden(); -llxHeader('','Lignes de Prélèvements'); -/* - * Sécurité accés client - */ + +// Sécurité accés client if ($user->societe_id > 0) { $action = ''; $socidp = $user->societe_id; } + /* * * * */ +llxHeader('','Lignes de Prélèvements'); + $page = $_GET["page"]; $sortorder = (empty($_GET["sortorder"])) ? "DESC" : $_GET["sortorder"]; $sortfield = (empty($_GET["sortfield"])) ? "p.datec" : $_GET["sortfield"]; @@ -112,12 +113,12 @@ if ($result) print '
'; print ''; - print ''; - print ''; - print ''; + print ''; + print ''; + print ''; print ' '; print ' '; - print ''; + print ''; print ''; print ''; print '
';