diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php index 7e3ea31dab1..1a81831610a 100644 --- a/htdocs/compta/bank/account.php +++ b/htdocs/compta/bank/account.php @@ -80,10 +80,15 @@ if ($action == 'del' && $account) //bank_delete_line($db, $rowid); } +/* + * + * + * + */ llxHeader(); -if ($account) +if ($account > 0) { if ($vline) { @@ -403,42 +408,11 @@ if ($account) } print ""; - -} else { - - print_titre ("Comptes bancaires"); - - print "
| Label | Banque | "; - print "Numéro | "; - print "
| $objp->label | $objp->bank | $objp->number |