From 301808ff19f78374afe139f2299cae8378a9af46 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 7 Sep 2003 19:33:21 +0000 Subject: [PATCH] Modif html --- htdocs/compta/bank/budget.php3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/bank/budget.php3 b/htdocs/compta/bank/budget.php3 index 0c44bf1af4d..9395a4069fb 100644 --- a/htdocs/compta/bank/budget.php3 +++ b/htdocs/compta/bank/budget.php3 @@ -123,7 +123,7 @@ else print "".strftime("%d %B %Y",$objp->do)."\n"; print "rowid\">$objp->label"; - print "".price(abs($objp->amount)).""; + print "".price(abs($objp->amount))." "; print ""; $i++; $total = $total + $objp->amount; @@ -139,6 +139,9 @@ else } +print 'Editer'; + + $db->close();