diff options
author | ivan <ivan> | 2003-10-20 05:01:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-10-20 05:01:49 +0000 |
commit | d4db9f47e8895acc022d4d6d039dd7ddfdb6df43 (patch) | |
tree | 8813747ee4bf4fc142ae6eda570da0bf5e35ff71 /httemplate/edit/part_pkg.cgi | |
parent | 3ac330fc6676b1270f811e8f29af261d64f711d8 (diff) |
finish up weekly billing
Diffstat (limited to 'httemplate/edit/part_pkg.cgi')
-rwxr-xr-x | httemplate/edit/part_pkg.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index bf8bfc0fb..f2cc216a6 100755 --- a/httemplate/edit/part_pkg.cgi +++ b/httemplate/edit/part_pkg.cgi @@ -66,6 +66,7 @@ print '<FORM NAME="dummy">'; #print qq!<INPUT TYPE="hidden" NAME="pkgpart" VALUE="$hashref->{pkgpart}">!, print "Package Part #", $hashref->{pkgpart} ? $hashref->{pkgpart} : "(NEW)"; +#false laziness w/view/cust_main.cgi my %freq; tie %freq, 'Tie::IxHash', '0' => '(no recurring fee)', |