Added system setting to allow Lead Management admin utilities to handle

active lists.
Changed Advanced Lead Management tool to allow you to select multiple lists.
Added HTML display option to several reports

git-svn-id: svn://192.168.202.10@2806 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2017-08-19 15:34:05 +00:00
parent ff476e9425
commit 9b528ee9f6
15 changed files with 504 additions and 139 deletions
+4
View File
@@ -351,3 +351,7 @@ ALTER TABLE vicidial_inbound_groups ADD inbound_survey_question_filename TEXT;
ALTER TABLE vicidial_inbound_groups ADD inbound_survey_callmenu TEXT;
UPDATE system_settings SET db_schema_version='1512',db_schema_update_date=NOW() where db_schema_version < 1512;
ALTER TABLE system_settings ADD allow_manage_active_lists ENUM('0','1') default '0';
UPDATE system_settings SET db_schema_version='1513',db_schema_update_date=NOW() where db_schema_version < 1513;