From 8ef40460141984409600cb78e5accefe9d3d3381 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 21 Oct 2003 15:20:25 +0000 Subject: [PATCH] Ajout lien vers le compte --- htdocs/compta/bank/ligne.php | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php index 99ea8b49bf9..5adee148314 100644 --- a/htdocs/compta/bank/ligne.php +++ b/htdocs/compta/bank/ligne.php @@ -68,8 +68,6 @@ if ($HTTP_POST_VARS["action"] == 'num_releve') $result = $db->query($sql); } - - $sql = "SELECT rowid, label FROM llx_bank_categ;"; $result = $db->query($sql); if ($result) @@ -86,8 +84,11 @@ if ($result) $db->free(); } +$acct=new Account($db,$account); +$acct->fetch($account); + print_titre("Edition de la ligne"); -print ""; +print '
'; print ""; print ""; print ""; @@ -130,8 +131,7 @@ if ($result) } print ""; - print ""; - + print ""; print ""; print ""; print ""; - print "rowid\">"; + print ""; + + print ""; + + print "rowid\">"; print ""; print ""; print ""; - - + $i++; } $db->free(); @@ -200,7 +203,7 @@ print "
DateDescriptionDebitnum_releve&ve=1\">$objp->num_releve$objp->author$objp->author
 "; @@ -146,7 +146,11 @@ if ($result) print "
Compte".$acct->label."
Libellé"; @@ -190,8 +194,7 @@ if ($result) print "
"; print "

Classé dans

"; -print ""; +print '
'; print ""; print ""; print "\n";
Description