diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
index 1d5eac1e00f..bce62c2c701 100644
--- a/htdocs/fourn/facture/card.php
+++ b/htdocs/fourn/facture/card.php
@@ -3014,7 +3014,7 @@ if ($action == 'create') {
// Thirdparty
$morehtmlref .= '
'.$object->thirdparty->getNomUrl(1, 'supplier');
if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) {
- $morehtmlref .= ' ('.$langs->trans("OtherBills").')';
+ $morehtmlref .= '
';
}
// Project
if (isModEnabled('project')) {
diff --git a/htdocs/fourn/facture/contact.php b/htdocs/fourn/facture/contact.php
index 9cbf579c144..1c7cada039f 100644
--- a/htdocs/fourn/facture/contact.php
+++ b/htdocs/fourn/facture/contact.php
@@ -138,7 +138,7 @@ if ($id > 0 || !empty($ref)) {
// Thirdparty
$morehtmlref .= '
'.$object->thirdparty->getNomUrl(1);
if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) {
- $morehtmlref .= ' ('.$langs->trans("OtherBills").')';
+ $morehtmlref .= ' ';
}
// Project
if (isModEnabled('project')) {
diff --git a/htdocs/fourn/facture/document.php b/htdocs/fourn/facture/document.php
index cff4a30f442..1fad726c8ec 100644
--- a/htdocs/fourn/facture/document.php
+++ b/htdocs/fourn/facture/document.php
@@ -114,7 +114,7 @@ if ($object->id > 0) {
// Thirdparty
$morehtmlref .= '
'.$object->thirdparty->getNomUrl(1);
if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) {
- $morehtmlref .= ' ('.$langs->trans("OtherBills").')';
+ $morehtmlref .= ' ';
}
// Project
if (isModEnabled('project')) {
diff --git a/htdocs/fourn/facture/info.php b/htdocs/fourn/facture/info.php
index 9369a290c9c..a37a5b3469f 100644
--- a/htdocs/fourn/facture/info.php
+++ b/htdocs/fourn/facture/info.php
@@ -80,7 +80,7 @@ $morehtmlref .= $form->editfieldval("RefSupplier", 'ref_supplier', $object->ref_
// Thirdparty
$morehtmlref .= '
'.$object->thirdparty->getNomUrl(1);
if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) {
- $morehtmlref .= ' ('.$langs->trans("OtherBills").')';
+ $morehtmlref .= ' ';
}
// Project
if (isModEnabled('project')) {
diff --git a/htdocs/fourn/facture/note.php b/htdocs/fourn/facture/note.php
index c8178e39d74..550ffc345e7 100644
--- a/htdocs/fourn/facture/note.php
+++ b/htdocs/fourn/facture/note.php
@@ -110,7 +110,7 @@ if ($object->id > 0) {
// Thirdparty
$morehtmlref .= '
'.$object->thirdparty->getNomUrl(1);
if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) {
- $morehtmlref .= ' ('.$langs->trans("OtherBills").')';
+ $morehtmlref .= ' ';
}
// Project
if (isModEnabled('project')) {