mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Because we see the values of nature, there is no need to show the label
of field.
This commit is contained in:
parent
fc407958a4
commit
f8f8ca3bea
|
|
@ -1433,7 +1433,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($canvasdisplayactio
|
|||
$selectedcustomer = (GETPOSTISSET('customer') ? GETPOSTINT('customer') : $selectedcustomer);
|
||||
print '<tr class="marginbottomlarge height50">';
|
||||
if ($conf->browser->layout != 'phone') {
|
||||
print '<td class="titlefieldcreate">'.$form->editfieldkey('NatureOfThirdParty', 'customerprospect', '', $object, 0, 'string', '', 0).'</td>';
|
||||
print '<td class="titlefieldcreate">'.$form->editfieldkey('', 'customerprospect', '', $object, 0, 'string', '', 0).'</td>';
|
||||
}
|
||||
print '<td class="maxwidthonsmartphone"'.($conf->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 '<tr class="marginbottomlarge height50"><td class="titlefieldcreate">'.$form->editfieldkey('NatureOfThirdParty', 'customerprospect', '', $object, 0, 'string', '', 0).'</td>';
|
||||
print '<tr class="marginbottomlarge height50"><td class="titlefieldcreate">'.$form->editfieldkey('', 'customerprospect', '', $object, 0, 'string', '', 0).'</td>';
|
||||
print '<td class="maxwidthonsmartphone" colspan="3">';
|
||||
|
||||
if (!getDolGlobalString('SOCIETE_DISABLE_PROSPECTS')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user