From 68478299970704b1d351e66ea702f30f581fccbb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 29 Jul 2010 13:40:32 +0000 Subject: [PATCH] Fix: Label of social contributions was wrong --- htdocs/compta/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 571d6a008d7..1333a1598bf 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -621,6 +621,7 @@ if ($conf->tax->enabled && $user->rights->tax->charges->lire) $obj = $db->fetch_object($resql); print ""; $chargestatic->id=$obj->rowid; + $chargestatic->ref=$obj->libelle; $chargestatic->lib=$obj->libelle; $chargestatic->paye=$obj->paye; print ''.$chargestatic->getNomUrl(1).'';