diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
index 94a3a884e77..264905776cd 100644
--- a/htdocs/comm/propal/card.php
+++ b/htdocs/comm/propal/card.php
@@ -1591,7 +1591,7 @@ if ($action == 'create')
});
';
}
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' '.$langs->trans("AddThirdParty").'';
print '';
}
print '' . "\n";
diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
index bdd17ad217f..9e48fd2303a 100755
--- a/htdocs/commande/card.php
+++ b/htdocs/commande/card.php
@@ -1637,7 +1637,7 @@ if ($action == 'create' && $user->rights->commande->creer)
});
';
}
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' '.$langs->trans("AddThirdParty").'';
print '';
}
print '' . "\n";
diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
index d7abfb36f42..c0da8f364fc 100755
--- a/htdocs/compta/facture/card.php
+++ b/htdocs/compta/facture/card.php
@@ -2724,7 +2724,7 @@ if ($action == 'create')
});
';
}
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' '.$langs->trans("AddThirdParty").'';
print '';
}
print '' . "\n";
diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php
index c61e2e6177a..443cf984f79 100644
--- a/htdocs/contrat/card.php
+++ b/htdocs/contrat/card.php
@@ -1212,7 +1212,7 @@ if ($action == 'create')
{
print '
';
print $form->select_company('', 'socid', '', 'SelectThirdParty', 1, 0, null, 0, 'minwidth300');
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' '.$langs->trans("AddThirdParty").'';
print ' | ';
}
print ''."\n";
diff --git a/htdocs/don/card.php b/htdocs/don/card.php
index 2e80e4a1fc9..5662b3272f0 100644
--- a/htdocs/don/card.php
+++ b/htdocs/don/card.php
@@ -372,7 +372,7 @@ if ($action == 'create')
});
';
}
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' '.$langs->trans("AddThirdParty").'';
print '';
}
print '' . "\n";
diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
index 7fc1b990c09..a6abd723355 100644
--- a/htdocs/fourn/commande/card.php
+++ b/htdocs/fourn/commande/card.php
@@ -1559,7 +1559,7 @@ if ($action=='create')
});
';
}
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' '.$langs->trans("AddThirdParty").'';
}
print '';
diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
index 1007a745a81..6dc48d88753 100644
--- a/htdocs/fourn/facture/card.php
+++ b/htdocs/fourn/facture/card.php
@@ -1755,7 +1755,7 @@ if ($action == 'create')
});
';
}
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' '.$langs->trans("AddThirdParty").'';
}
print '';
diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php
index d55d8651642..7023f2d871e 100644
--- a/htdocs/projet/card.php
+++ b/htdocs/projet/card.php
@@ -556,7 +556,7 @@ if ($action == 'create' && $user->rights->projet->creer)
print $form->textwithtooltip($text.' '.img_help(), $texthelp, 1);
}
else print $text;
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' '.$langs->trans("AddThirdParty").'';
print '';
}
diff --git a/htdocs/supplier_proposal/card.php b/htdocs/supplier_proposal/card.php
index c87411cfb83..1701a95af73 100644
--- a/htdocs/supplier_proposal/card.php
+++ b/htdocs/supplier_proposal/card.php
@@ -1084,7 +1084,7 @@ if ($action == 'create')
} else {
print '';
print $form->select_company('', 'socid', 's.fournisseur = 1', 'SelectThirdParty', 0, 0, null, 0, 'minwidth300');
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' '.$langs->trans("AddThirdParty").'';
print ' | ';
}
print '' . "\n";