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 '
| '.$langs->trans("Thirdparty").' | '.$societe->getNomUrl(1).' | ||
| '.$langs->trans("ThirdParty").' | '.$societe->getNomUrl(1).' | ||
| '.$langs->trans('Thirdparty').' | '; + print ''.$langs->trans('ThirdParty').' | '; if ($socid>0) { print ''; | |