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).'';