diff --git a/htdocs/adherents/cotisations.php b/htdocs/adherents/cotisations.php index 8e7cd8c81bb..18b8f1f6f2c 100644 --- a/htdocs/adherents/cotisations.php +++ b/htdocs/adherents/cotisations.php @@ -69,7 +69,7 @@ if ($HTTP_POST_VARS["action"] == '2bank' && $HTTP_POST_VARS["rowid"] !=''){ $result = $db->query($sql); if ($result) { - //Header("Location: $PHP_SELF"); + //Header("Location: cotisations.php"); } else { @@ -135,7 +135,7 @@ if ($result) $num = $db->num_rows(); $i = 0; - print_barre_liste("Liste des cotisations", $page, $PHP_SELF, "&statut=$statut&sortorder=$sortorder&sortfield=$sortfield"); + print_barre_liste("Liste des cotisations", $page, "cotisations.php", "&statut=$statut&sortorder=$sortorder&sortfield=$sortfield"); print "
| $key | ".price($value)." | ".$Number[$key]." | ".price($value/$Number[$key])." |
| $key | ".price($value)." | ".$Number[$key]." | ".price($value/$Number[$key])." |