Merge pull request #14158 from OPEN-DSI/v10-fix-societe-card-change-selected-fields
FIX change selected fields on company card
This commit is contained in:
commit
9c504c1b3d
@ -846,6 +846,11 @@ if (empty($reshook))
|
|||||||
$id=$socid;
|
$id=$socid;
|
||||||
$object->fetch($socid);
|
$object->fetch($socid);
|
||||||
|
|
||||||
|
// Selection of new fields
|
||||||
|
if (!empty($conf->global->MAIN_DUPLICATE_CONTACTS_TAB_ON_MAIN_CARD) && (empty($conf->global->SOCIETE_DISABLE_CONTACTS) || !empty($conf->global->SOCIETE_ADDRESSES_MANAGEMENT))) {
|
||||||
|
include DOL_DOCUMENT_ROOT . '/core/actions_changeselectedfields.inc.php';
|
||||||
|
}
|
||||||
|
|
||||||
// Actions to send emails
|
// Actions to send emails
|
||||||
$trigger_name='COMPANY_SENTBYMAIL';
|
$trigger_name='COMPANY_SENTBYMAIL';
|
||||||
$paramname='socid';
|
$paramname='socid';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user