From 23a5c303ddbb6744c5d39d3d3a7dfa2d804300f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 4 Nov 2015 19:56:12 +0100 Subject: [PATCH] Fix #3870 Missing translation --- htdocs/comm/recap-client.php | 2 +- htdocs/contrat/card.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/recap-client.php b/htdocs/comm/recap-client.php index ec54e553bdb..405ca2d4a11 100644 --- a/htdocs/comm/recap-client.php +++ b/htdocs/comm/recap-client.php @@ -64,7 +64,7 @@ if ($socid > 0) print ''; // Name - print ''; + print ''; // Prefix if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php index fbf998ce012..0bce12b2918 100644 --- a/htdocs/contrat/card.php +++ b/htdocs/contrat/card.php @@ -1042,7 +1042,7 @@ if ($action == 'create') // Thirdparty print ''; - print ''; + print ''; if ($socid>0) { print '
'.$langs->trans("Thirdparty").''.$societe->getNomUrl(1).'
'.$langs->trans("ThirdParty").''.$societe->getNomUrl(1).'
'.$langs->trans('Thirdparty').''.$langs->trans('ThirdParty').'';