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