Added options.php option to allow non-selectable statuses on the admin modify lead page

git-svn-id: svn://192.168.202.10@1922 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2013-01-24 00:52:38 +00:00
parent b6c60712af
commit 9a29dbd625
2 changed files with 21 additions and 6 deletions
+5 -1
View File
@@ -1,7 +1,7 @@
<?php
# options.php - manually defined options for vicidial admin scripts
#
# Copyright (C) 2012 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
# Copyright (C) 2013 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
#
# rename this file to options.php for the settings here to go into effect
#
@@ -12,6 +12,7 @@
# 120102-2112 - Added inventory_allow_realtime option
# 120213-1500 - Added option to log non-agent-API calls
# 120713-1915 - Added option for extended vicidial_list fields for long surveys
# 130123-1950 - Added option for using non-selectable statuses in admin_modify_lead.php
#
# used by the realtime_report.php script
@@ -67,4 +68,7 @@ $api_url_log = 0; # log non-agent-api calls to the vicidial_url_log
# extended vicidial_list fields for long surveys(requires database schema change)
$extended_vl_fields = 0;
# allow non-selectable statuses on the modify lead page
$nonselectable_statuses = 0;
?>