| '.$langs->trans('Ref').' | ';
diff --git a/htdocs/commande/contact.php b/htdocs/commande/contact.php
index f1e977fe9e6..7569d449af0 100644
--- a/htdocs/commande/contact.php
+++ b/htdocs/commande/contact.php
@@ -153,9 +153,11 @@ if ($id > 0 || ! empty($ref))
*/
print '';
+ $linkback = ''.$langs->trans("BackToList").'';
+
// Ref
print '| '.$langs->trans("Ref").' | ';
- print $form->showrefnav($object,'ref','',1,'ref','ref');
+ print $form->showrefnav($object, 'ref', $linkback, 1, 'ref', 'ref');
print " | ";
// Ref commande client
diff --git a/htdocs/commande/document.php b/htdocs/commande/document.php
index ded13509385..1c69a24fcb3 100644
--- a/htdocs/commande/document.php
+++ b/htdocs/commande/document.php
@@ -158,11 +158,13 @@ if ($id > 0 || ! empty($ref))
}
- print '';
+ print '';
+
+ $linkback = ''.$langs->trans("BackToList").'';
// Ref
print '| '.$langs->trans('Ref').' | ';
- print $form->showrefnav($object,'ref','',1,'ref','ref');
+ print $form->showrefnav($object, 'ref', $linkback, 1, 'ref', 'ref');
print ' | ';
print '| '.$langs->trans('Company').' | '.$object->thirdparty->getNomUrl(1).' | ';
diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index 4b462c32613..43a284f4e20 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -1757,10 +1757,12 @@ if ($action == 'send' && ! GETPOST('addfile') && ! GETPOST('removedfile') && ! G
print '';
+ $linkback = ''.$langs->trans("BackToList").'';
+
// Ref
print '| '.$langs->trans('Ref').' | ';
print '';
- print $form->showrefnav($object,'ref','',1,'ref','ref');
+ print $form->showrefnav($object, 'ref', $linkback, 1, 'ref', 'ref');
print ' | ';
print ' ';
diff --git a/htdocs/commande/note.php b/htdocs/commande/note.php
index 614c28421a2..5e2c8b45f14 100644
--- a/htdocs/commande/note.php
+++ b/htdocs/commande/note.php
@@ -87,9 +87,11 @@ if ($id > 0 || ! empty($ref))
print '';
+ $linkback = ''.$langs->trans("BackToList").'';
+
// Ref
print '| '.$langs->trans("Ref").' | ';
- print $form->showrefnav($object,'ref','',1,'ref','ref');
+ print $form->showrefnav($object, 'ref', $linkback, 1, 'ref', 'ref');
print " | ";
// Ref commande client
diff --git a/htdocs/fourn/commande/document.php b/htdocs/fourn/commande/document.php
index ee319fd9d02..e659957d2f9 100644
--- a/htdocs/fourn/commande/document.php
+++ b/htdocs/fourn/commande/document.php
@@ -156,7 +156,7 @@ if ($object->id > 0)
}
- print ' |