diff --git a/htdocs/compta/sociales/charges.php b/htdocs/compta/sociales/charges.php
index b3e5d21ffdc..6e7c9ad93c2 100644
--- a/htdocs/compta/sociales/charges.php
+++ b/htdocs/compta/sociales/charges.php
@@ -360,9 +360,11 @@ if ($id > 0)
print '
';
+ $linkback = '' . $langs->trans("BackToList") . '';
+
// Ref
print '| '.$langs->trans("Ref").' | ';
- print $form->showrefnav($object,'id');
+ print $form->showrefnav($object,'id',$linkback);
print " |
";
// Label
@@ -403,7 +405,7 @@ if ($id > 0)
{
$num = $db->num_rows($resql);
$i = 0; $total = 0;
- print '';
+ print '';
print '';
print '| '.$langs->trans("RefPayment").' | ';
print ''.$langs->trans("Date").' | ';