);
$leadsIndexPage = GLM_MEMBERS_LEADS_PLUGIN_ADMIN_URL . '?page=glm-members-admin-menu-leads-index&glm_action=edit';
- $leadsTable = GLM_MEMBERS_LEADS_PLUGIN_DB_PREFIX . "leads";
+ $leadsTable = GLM_MEMBERS_LEADS_PLUGIN_DB_PREFIX . "lead_entry";
$leadsEditPage = GLM_MEMBERS_PLUGIN_ADMIN_MENU_URL_BASE.'leads-index&glm_action=list&option=edit';
$leadsListPage = GLM_MEMBERS_LEADS_PLUGIN_ADMIN_URL . '?page=glm-members-admin-menu-leads-list';
$leadsRefLink = GLM_MEMBERS_LEADS_PLUGIN_ADMIN_URL . '?page=glm-members-admin-menu-member&glm_action=index';
- $content = [
- 'title' => 'Leads',
+ $content = [
+ 'title' => 'Leads',
'components' => [
[
'id' => 'quickLinks',
'template' => 'textSearch',
'entityID' => 'event',
'table' => $leadsTable,
- 'fields' => 'concat(fname," ",lname) as name,id,image,ref_dest',
+ 'fields' => 'concat(fname," ",lname) as name,id',
'resultUrl' => $leadsEditPage.'&lead=',
'where' => 'concat(fname," ",lname)'
],