diff --git a/htdocs/compta/bank/info.php b/htdocs/compta/bank/info.php index 233fad40785..06a0ad243ab 100644 --- a/htdocs/compta/bank/info.php +++ b/htdocs/compta/bank/info.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2005-2010 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 @@ -38,7 +38,7 @@ $langs->load("companies"); llxHeader(); $line = new AccountLine($db); -$line->fetch($_GET["rowid"], $user); +$line->fetch($_GET["rowid"]); $line->info($_GET["rowid"]);