added ability to allow agents to login to non-CLOSER campaigns if there are no leads in the hopper
git-svn-id: svn://192.168.202.10@559 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -522,7 +522,8 @@ campaign_changedate DATETIME,
|
||||
campaign_stats_refresh ENUM('Y','N') default 'N',
|
||||
campaign_logindate DATETIME,
|
||||
dial_statuses VARCHAR(255) default ' NEW -',
|
||||
disable_alter_custdata ENUM('Y','N') default 'N'
|
||||
disable_alter_custdata ENUM('Y','N') default 'N',
|
||||
no_hopper_leads_logins ENUM('Y','N') default 'N'
|
||||
);
|
||||
|
||||
CREATE TABLE vicidial_lists (
|
||||
|
||||
Reference in New Issue
Block a user