diff --git a/htdocs/compta/bank/config.php3 b/htdocs/compta/bank/config.php3 index ca46563a09f..0bf22cb54dd 100644 --- a/htdocs/compta/bank/config.php3 +++ b/htdocs/compta/bank/config.php3 @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2003 Rodolphe Quiedeville * * 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 @@ -31,12 +31,14 @@ print ""; print ""; print ""; print ""; +print ""; print "\n"; -$sql = "SELECT rowid, label,number,bank from llx_bank_account"; +$sql = "SELECT rowid, label,number,bank,clos from llx_bank_account"; $result = $db->query($sql); -if ($result) { +if ($result) +{ $var=True; $num = $db->num_rows(); $i = 0; $total = 0; @@ -46,8 +48,7 @@ if ($result) { while ($i < $num) { $objp = $db->fetch_object( $i); - - print ""; + print ""; $i++;
idLabelDescriptionNumberClos
$objp->rowidrowid\">$objp->label$objp->bank$objp->number
$objp->rowidrowid\">$objp->label$objp->bank $objp->number ".$yn[$objp->clos]."