summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/part_pkg.cgi
diff options
context:
space:
mode:
authorivan <ivan>2001-11-06 18:45:46 +0000
committerivan <ivan>2001-11-06 18:45:46 +0000
commit9a0b074f2b3fb4d819a6e10435ca1484929a81e2 (patch)
tree03b5b9e0b2f2c567b44b5f67f62f1d42ddddd0d4 /httemplate/edit/process/part_pkg.cgi
parent9637b3874beddf78dd8927f85179116b477a53a4 (diff)
remove gratuitous warnings
Diffstat (limited to 'httemplate/edit/process/part_pkg.cgi')
-rwxr-xr-xhttemplate/edit/process/part_pkg.cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/edit/process/part_pkg.cgi b/httemplate/edit/process/part_pkg.cgi
index cd799b5..c64d492 100755
--- a/httemplate/edit/process/part_pkg.cgi
+++ b/httemplate/edit/process/part_pkg.cgi
@@ -1,5 +1,5 @@
<%
-#<!-- $Id: part_pkg.cgi,v 1.4 2001-10-20 12:18:00 ivan Exp $ -->
+#<!-- $Id: part_pkg.cgi,v 1.5 2001-11-06 18:45:46 ivan Exp $ -->
use strict;
use vars qw( $cgi $pkgpart $old $new $part_svc $error $dbh );
@@ -35,8 +35,8 @@ $new = new FS::part_pkg ( {
} fields('part_pkg')
} );
-warn "setuptax: ". $new->setuptax;
-warn "recurtax: ". $new->recurtax;
+#warn "setuptax: ". $new->setuptax;
+#warn "recurtax: ". $new->recurtax;
#most of the stuff below should move to part_pkg.pm