From: mark Date: Tue, 9 Mar 2010 22:37:57 +0000 (+0000) Subject: fix typo X-Git-Tag: root_of_svc_elec_features~416 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=059261143572f0fafa998437d7064ef0a52fcbc8 fix typo --- diff --git a/httemplate/misc/cancel_pkg.html b/httemplate/misc/cancel_pkg.html index 67d2847cc..10c0e0d04 100755 --- a/httemplate/misc/cancel_pkg.html +++ b/httemplate/misc/cancel_pkg.html @@ -58,7 +58,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);