mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
18 lines
500 B
PHP
18 lines
500 B
PHP
<?php
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
//crmv@30447
|
|
require_once('modules/VteCore/EditView.php');
|
|
|
|
// crmv@104568
|
|
|
|
if($disp_view != 'edit_view') {
|
|
//merge check - start
|
|
$smarty->assign("MERGE_USER_FIELDS",implode(',',get_merge_user_fields($currentModule))); //crmv_utils
|
|
//ends
|
|
}
|
|
// crmv@104568e
|
|
|
|
$smarty->display('salesEditView.tpl'); |