From c37e4a5398d22ac622cd79cec6458a74feef82b0 Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 22 Apr 2021 02:28:22 +0000 Subject: [PATCH] doc update for last commit, more screen labels git-svn-id: svn://192.168.202.10@3429 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/admin.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/vicidial/admin.php b/www/vicidial/admin.php index b4e19592..aa710112 100644 --- a/www/vicidial/admin.php +++ b/www/vicidial/admin.php @@ -5635,12 +5635,13 @@ if ($SSscript_remove_js > 0) # 210325-2220 - Added populate_lead_comments in-group option # 210406-1821 - Added hopper_drop_run_trigger_all option, moved dialable_leads function to functions.php # 210417-1027 - Added calls_waiting_vl_X campaign settings +# 210421-2227 - Added more screen labels for non-form fields # # make sure you have added a user to the vicidial_users MySQL table with at least user_level 9 to access this page the first time -$admin_version = '2.14-809a'; -$build = '210417-1027'; +$admin_version = '2.14-810a'; +$build = '210421-2227'; $STARTtime = date("U"); $SQLdate = date("Y-m-d H:i:s");