Added settings-report_default_format and help text for several reports
Added agents per server counts to bottom of reports page Standardized formatting on several agent reports Added display of several fields to modify lead page git-svn-id: svn://192.168.202.10@2474 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -508,3 +508,7 @@ ALTER TABLE vicidial_users ADD access_recordings ENUM('0', '1') default '0';
|
||||
ALTER TABLE system_settings ADD log_recording_access ENUM('0', '1') default '0';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1451',db_schema_update_date=NOW() where db_schema_version < 1451;
|
||||
|
||||
ALTER TABLE system_settings ADD report_default_format ENUM('TEXT', 'HTML') default 'TEXT';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1452',db_schema_update_date=NOW() where db_schema_version < 1452;
|
||||
|
||||
Reference in New Issue
Block a user