From 4969e04fadd6edd9a590dd23e0143b511cb13bc5 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 3 Nov 2010 01:04:46 +0000 Subject: [PATCH] safety improvement to RT#9947 --- httemplate/edit/bulk-cust_pkg.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/httemplate/edit/bulk-cust_pkg.html b/httemplate/edit/bulk-cust_pkg.html index ab419215e..2ff38ca53 100644 --- a/httemplate/edit/bulk-cust_pkg.html +++ b/httemplate/edit/bulk-cust_pkg.html @@ -4,7 +4,7 @@ <% include('/elements/progress-init.html', 'OneTrueForm', - [qw( old_pkgpart new_pkgpart keep_dates)], + [qw( old_pkgpart new_pkgpart )], 'process/bulk-cust_pkg.cgi', $p.'browse/part_pkg.cgi', ) @@ -12,7 +12,8 @@