From c87666215df3f00f5fe652d1dde36e7a8b24e993 Mon Sep 17 00:00:00 2001 From: Ryan Higgins Date: Sun, 27 Jan 2008 13:17:28 -0600 Subject: [PATCH] syspref update to update22to30 script Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- installer/data/mysql/update22to30.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/update22to30.pl b/installer/data/mysql/update22to30.pl index f697d1d0ad..baf17e22c8 100755 --- a/installer/data/mysql/update22to30.pl +++ b/installer/data/mysql/update22to30.pl @@ -257,9 +257,9 @@ my $DBversion = "3.00.00.000"; value => 'Calendar', forceupdate => { 'explanation' => 1, 'type' => 1}, - explanation => 'How to calculate return dates : Calendar means holidays will be controled, Days means the return date don\'t depend on holidays', + explanation => 'Choose the method for calculating due date: select Calendar to use the holidays module, and Days to ignore the holidays module', type => 'Choice', - options => 'Calendar|Days' + options => 'Calendar|Days|Datedue' }, { uniquefieldrequired => 'variable', -- 2.39.2