{* /************************************* * SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. * SPDX-License-Identifier: AGPL-3.0-only ************************************/ *} {* crmv@29463 crmv@41880 *} {assign var=row value=$UIINFO->getLeadInfo()}
{* crmv@171581 *}
{'ConvertLead'|@getTranslatedString:$MODULE} : {$row.firstname} {$row.lastname}
{if $UIINFO->isModuleActive('Accounts') && $row.company neq '' } {/if} {if $UIINFO->isModuleActive('Potentials')} {/if} {if $UIINFO->isModuleActive('Contacts')} {/if}
{assign var=mandatory value=$UIINFO->isMandatory('Accounts','accountname')} {include file="FieldHeader.tpl" uitype=$UIINFO->getUitype('Accounts','accountname') mandatory=$mandatory label='LBL_ACCOUNT_NAME'|@getTranslatedString:$MODULE}
{if $UIINFO->isActive('industry','Accounts')} {assign var=mandatory value=$UIINFO->isMandatory('Accounts','industry')} {include file="FieldHeader.tpl" uitype=$UIINFO->getUitype('Accounts','industry') mandatory=$mandatory label='industry'|@getTranslatedString:$MODULE}
{* crmv@77469 *} {* crmv@77469e *}
{/if}
{if $UIINFO->isActive('firstname','Contacts')} {/if} {if $UIINFO->isActive('email','Contacts')} {/if}
{assign var=mandatory value=$UIINFO->isMandatory('Contacts','lastname')} {include file="FieldHeader.tpl" uitype=$UIINFO->getUitype('Contacts','lastname') mandatory=$mandatory label='Last Name'|@getTranslatedString:$MODULE}
{assign var=mandatory value=$UIINFO->isMandatory('Contacts','firstname')} {include file="FieldHeader.tpl" uitype=$UIINFO->getUitype('Contacts','firstname') mandatory=$mandatory label='First Name'|@getTranslatedString:$MODULE}
{assign var=mandatory value=$UIINFO->isMandatory('Contacts','email')} {include file="FieldHeader.tpl" uitype=$UIINFO->getUitype('Contacts','email') mandatory=$mandatory label='SINGLE_Emails'|@getTranslatedString:$MODULE}
{include file="FieldHeader.tpl" label='LBL_LIST_ASSIGNED_USER'|@getTranslatedString:$MODULE}
getUserSelected()} /> {if $UIINFO->getOwnerList('group')|@count neq 0} getGroupSelected()} /> {/if}
{if $UIINFO->getOwnerList('group')|@count neq 0} {/if}
{include file="FieldHeader.tpl" label='LBL_TRANSFER_RELATED_RECORDS_TO'|@getTranslatedString:$MODULE}
{if $UIINFO->isModuleActive('Accounts') eq true && $row.company neq ''}isModuleActive('Contacts') neq true}checked="checked"{/if} />{/if} {if $UIINFO->isModuleActive('Contacts') eq true}{/if}