Skip to content
Snippets Groups Projects
Commit 4cea405a authored by vtigerosm's avatar vtigerosm
Browse files

Fixes #463 - Import Value from field Currency

parents 2092b16e 70ae98a1
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ if(defined('VTIGER_UPGRADE')) {
}
}
$db->pquery('UPDATE vtiger_ws_entity SET handler_path=?, handler_class=? WHERE name IN("Products","Services")', array('include/Webservices/VtigerProductOperation.php', 'VtigerProductOperation'));
$db->pquery('UPDATE vtiger_def_org_share SET editstatus=? WHERE tabid=?', array(0, getTabid('Contacts')));
$db->pquery('UPDATE vtiger_settings_field SET name=? WHERE name=?', array('Configuration Editor', 'LBL_CONFIG_EDITOR'));
$db->pquery('UPDATE vtiger_links SET linktype=? WHERE linklabel=?', array('DETAILVIEW', 'LBL_SHOW_ACCOUNT_HIERARCHY'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment