From 5da530a3a65271b529ac94de8313c024e69aa7dd Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 2 Mar 2005 13:46:21 +0000 Subject: [PATCH] Bugfix URL --- htdocs/compta/recap-client.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/recap-client.php b/htdocs/compta/recap-client.php index 8bbdee76fd5..c9481162da2 100644 --- a/htdocs/compta/recap-client.php +++ b/htdocs/compta/recap-client.php @@ -200,7 +200,7 @@ if ($socid > 0) print ""; print "".dolibarr_print_date($fac->date)."\n"; - print "facid\">".img_object($langs->trans("ShowBill"),"bill")." ".$fac->ref."\n"; + print "id\">".img_object($langs->trans("ShowBill"),"bill")." ".$fac->ref."\n"; print ''.number_format($fac->total_ttc, 2, ',', ' ')."\n"; $solde = $solde + $fac->total_ttc; @@ -230,7 +230,7 @@ if ($socid > 0) //$var=!$var; print ""; print ''.dolibarr_print_date($objp->dp)."\n"; - print ''.img_file().' Paiement '.$objp->rowid.''; + print ''.img_file().' Paiement '.$objp->rowid.''; print " \n"; print ''.price($objp->amount).''; $solde = $solde - $objp->amount;