diff options
| -rwxr-xr-x | httemplate/misc/delay_susp_pkg.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/delay_susp_pkg.html b/httemplate/misc/delay_susp_pkg.html index 5d6a2bd09..8adc40d55 100755 --- a/httemplate/misc/delay_susp_pkg.html +++ b/httemplate/misc/delay_susp_pkg.html @@ -42,7 +42,7 @@  <%init> -my %conf = new FS::Conf; +my $conf = new FS::Conf;  my $date_format = $conf->config('date_format') || '%m/%d/%Y';  my $date = time2str($date_format, time);  | 
