diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
index 70a4d91de5a..ba68a571944 100644
--- a/htdocs/societe/card.php
+++ b/htdocs/societe/card.php
@@ -1433,7 +1433,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($canvasdisplayactio
$selectedcustomer = (GETPOSTISSET('customer') ? GETPOSTINT('customer') : $selectedcustomer);
print '
';
if ($conf->browser->layout != 'phone') {
- print '| '.$form->editfieldkey('NatureOfThirdParty', 'customerprospect', '', $object, 0, 'string', '', 0).' | ';
+ print ''.$form->editfieldkey('', 'customerprospect', '', $object, 0, 'string', '', 0).' | ';
}
print 'browser->layout != 'phone' ? 'colspan="3"' : 'colspan="2"').'>';
@@ -2246,7 +2246,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($canvasdisplayactio
// Nature of thirdparty
$selectedprospect = (GETPOSTISSET('prospect') ? GETPOSTINT('prospect') : $selectedprospect);
$selectedcustomer = (GETPOSTISSET('customer') ? GETPOSTINT('customer') : $selectedcustomer);
- print ' |
| '.$form->editfieldkey('NatureOfThirdParty', 'customerprospect', '', $object, 0, 'string', '', 0).' | ';
+ print '
| '.$form->editfieldkey('', 'customerprospect', '', $object, 0, 'string', '', 0).' | ';
print '';
if (!getDolGlobalString('SOCIETE_DISABLE_PROSPECTS')) {
|