From f8f8ca3bea7ddeaa02a503530ed57ffa684cef4f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 20 Sep 2024 01:58:43 +0200 Subject: [PATCH] Because we see the values of nature, there is no need to show the label of field. --- htdocs/societe/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')) {